USING/WUSING

Top  Previous  Next

Syntax

STRING = USING(format as STRING,...)

WSTRING = USING(format as WSTRING,...)

Description

Formats data.

Parameters

format - Input specifier string.

... - Variable list of parameters.

Return value

A string with the formatted data.

Remarks

See Also: STR$

Example usage

PRINT USING("#####.##  #####.##", total, subtotal)