Format

Description

Invokes Format function using a specified format string, parameter type-identifier and parameter value of the specified type. This function is limited to one value parameter. The format string used is described in the format string section.

Syntax

Format(AFormat, ParamType, FormatParam: String): String 

Example

Format('%8.2f',Float,123.456)

Return value is 123.46