FORMAT


 
SYNTAX:
 
FUNCTION FORMAT(N       : NUMBER;
                                     F        : STRING) : STRING;
The format returns a formatted string representation of a number.
Parameters :
 N is a number (integer or real).
 F is a string containing formatting commands.