Cicode Programming Reference > Cicode Function Categories > Format Functions Introduction > FmtToStr

FmtToStr

Builds a formatted string from the current field data (in a format template).

Syntax

FmtToStr(hFmt)

hFmt:

The format template handle, returned from the FmtOpen() function. The handle identifies the table where all data on the associated format template is stored.

Return Value

The formatted string as defined in the format description.

Related Functions

StrToFmt

Example

! Get the formatted string.
Str=FmtToStr(hFmt);

See Also

Format Functions