Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
#+--------------------+#######################################################
#| SAY FUNCTION TABLE |#######################################################
#+--------------------+#######################################################
##############################################################################
##############################################################################
#+-|<Function-sym>|--| Data Type |--| Usage |-------------------------------+#
#| ! ............... Character .... Convert a lowercase characters          |#
#|                                  in string to uppercase.                 |#
#| ( ............... Integer ...... Display a negative number within        |#
#|                   Long           the () characters.                      |#
#|                   Dbl Precision                                          |#
#| B ............... Numeric ...... Display a number left justified.        |#
#| C ............... Integer ...... Display the string " CR" after          |#
#|                   Long           a positive number.                      |#
#|                   Dbl Precision                                          |#
#| D ............... Date ......... Display a date in MM/DD/YY format.      |#
#| E ............... Date ......... Display a date in DD/MM/YY format.      |#
#| S<Uint-const> ... Character .... Display the first <Uint-const> char.    |#
#| X ............... Integer ...... Display the string " DB" after a        |#
#|                   Long           negative number.  A minus sign will not |#
#|                   Dbl Precision  be prepended to the numeric string.     |#
#| Z ............... Numeric ...... Display a numeric value as spaces       |#
#|                                  rather than the digit 0.  Any decimal   |#
#|                                  place in the number will appear         |#
#|                                  on the screen.                          |#
#+--------------------------------------------------------------------------+#
##############################################################################

See Also: PICTURE

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson