Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Grumpfish Library 3.2 - <b>amt2chr()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
AMT2CHR()

    AMT2CHR() converts numeric amounts to character strings that spell
    out those amounts in the customary dollars and cents format.

    Syntax

    AMT2CHR(<num>)

    <num> is the numeric expression to be converted.  As written,
    AMT2CHR() can process numbers between the range of zero and
    999,999,999.99.

    Return Value

    AMT2CHR() returns a character string spelling out the amount.  If
    you need to modify the output, it should be pretty easy to do.

    Sample Usage

    ? AMT2CHR(95.25)
    ? AMT2CHR(162522)

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