Previous Topic: Local Form for INTEGER

Next Topic: Type Description and Formats


External Form for REAL

The external form of REAL types is by default the NCL character representation of floating point numbers. However the external form can be modified by setting the number of integer digits and decimal places, for example:

REAL	--< EF(6,2) >--

This example requests up to six significant leading digits followed by two decimal places only.