fmt() Function

The fmt() function is identical to performing a FlashBASIC or BASIC mask.

Syntax

fmt(str.exp, mask.exp)

Parameter(s)

str.exp

Expression to be formatted.

mask.exp

Formatting (mask) to apply to the str.exp.

 

NOTE

This function requires a nondefault $options setting on the compiler.

See Also

$options Statement, BASIC Functions, Masking, Statements and Functions