Prev Up Next Index
Go backward to 8.6.4 Defining Filters
Go up to Contents
Go forward to 9.1 newform

9 Format Conversion

The FreeForm ND utility program newform lets you convert data from one format to another. This allows you to pass data to applications in the format they require. You may also want to create binary archives for efficient data storage and access. With newform, conversion of ASCII data to binary format is straightforward. If you wish to read the data in a binary file, you can convert it to ASCII with newform, or use the interactive program readfile. You can also convert data from one ASCII format to another ASCII format with newform.


Tom Sgouros and James Gallagher, 2006-02-12

Prev Up Next