Important: The information in this document is obsolete and should not be used for new development.
The Number Format Specification Record
Four of the numeric string functions use the number formatting specification, defined by theNumFormatStringRec
data type:StringToFormatRec
,FormatRecToString
,StringToExtended
, andExtendedToString
. The number format specification record contains the data that represents the internal number formatting specification information. This data is stored in a private format.
NumFormatStringRec = PACKED RECORD fLength: Byte; fVersion: Byte; hidden: ARRAY [0..253] OF INTEGER;{only for temporary use} END;
Field Description
fLength
- The number of bytes (plus 1) in the hidden data actually used for this number formatting specification.
fVersion
- The version number of the number formatting specification.
hidden
- The data that comprises the number formatting specification.