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.
USING Keyword QuickSCREEN
──────────────────Characters Used to Format a Numeric Expression──────────────
# Digit position │ - Placed after digit positions,
. Decimal point position │ prints trailing sign for
, Placed left of the decimal point, │ negative numbers only
prints a comma every third digit │ $$ Prints leading $
+ Position of number's sign │ ** Fills leading spaces with *
^^^^ Prints number in exponential format│ **$ Combines ** and $
───────────────────Characters Used to Format a String Expression──────────────
& Prints entire string │ Prints first 'n' characters,
! Prints only the first character │ where n is the number of
of the string │ blanks between slashes + 2
─────────────────────────────Characters Used as Literals──────────────────────
_ Prints the following formatting │ Any character not in this
character as a literal │ table is printed as a literal
See Also ◄PRINT USING► ◄PRINT►
Other Uses of the USING Keyword
◄PALETTE USING► - to specify the colors used in a graphics display