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

Format Functions

Following are functions used for formatting data:

FmtClose

Closes a format template.

FmtFieldHnd

Gets the handle of a field in a format template.

FmtGetField

Gets field data from a format template.

FmtGetFieldCount

Retrieves the number of fields in a format object.

FmtGetFieldHnd

Gets field data from a format template using a field handle.

FmtGetFieldName

Retrieves the name of a particular field in a format object.

FmtGetFieldWidth Retrieves the width of a particular field in a format object.

FmtOpen

Creates a new format template.

FmtSetField

Sets data in a field of a format template.

FmtSetFieldHnd

Sets data in a field of a format template using a field handle.

FmtToStr

Converts format template data to a string

See Also

Cicode Functions