The program 'clardmpf' dumps selected fields from Clarion .DAT file.

It is published under terms of GNU Public License version 2.

It can be compiled on Linux (using 'cc'), and on DOS (using TC 1.5 -
I suppose almost 16-bit C compiler can be used; for 32-bit compiler
program must be adapted since it uses 'int' size to detect DOS...).

It can read encrypted files (decription is automatical, since
these files do not use sophisticated encryption methods...).

You can specify the following:
- range of records for dump (2 numbers, optional)
- filename (e.g. somefile.dat - required)
- field names (each optionally followed by %format)

Every record is dumped as follows:
- record number (first is 1),
- TAB, field contents (repeated for every field)
- LF

Jerzy Tarasiuk	29-Dec-2001
