bas7qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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$