Prev Up Next Index
Go backward to A Little More Complicated
Go up to Contents
Go forward to 3.1 FreeForm ND Variable Types

3 Format Descriptions for Tabular Data

 

Format descriptions define the formats of input and output data and headers. FreeForm ND provides an easy-to-use mechanism for describing data. FreeForm ND programs and FreeForm ND-based applications that you develop use these format descriptions to correctly access data. Any data file used by FreeForm ND programs must be described in a format description file.

This chapter explains how to write format descriptions for data arranged in tabular format--rows and columns--only. For data in non-tabular formats, see the next chapter.


Tom Sgouros and James Gallagher, 2006-02-12

Prev Up Next