bas7qck.hlp (Table of Contents; Topic list)
FormatX$ Functions
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
FormatI$ (expression# , fmt$)
FormatL$ (expression# , fmt$)
FormatS$ (expression# , fmt$)
FormatD$ (expression# , fmt$)
FormatC$ (expression# , fmt$)
 
    ■ expression#      A numeric expression to be formatted.
    ■ fmt$             A string expression that consists of BASIC
                       display-format characters detailing how the
                       expression is to be displayed.
 
Returns
    A string that contains the formatted expression.
 
See Also    PRINT    PRINT USING    SetFormatCC    STR$