[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|            TRANSFORM            |
+---------------------------------+
TRANSFORM(<expr>, <expC>)

-----------------------------------
Formats character or numeric expression without using @...SAY.
Return value - Character
-----------------------------------

<expr>
        Numeric or character expression to be formatted.

<expC>
        @ ... SAY PICTURE codes that specify how to format <expr>.  See @ ...
SAY/GET for additional information on the picture formats that may be
used in <expC>.

+---------------------------------+
|             Example             |
+---------------------------------+
STORE 15.89 TO Price
? TRANSFORM (Price, '$$$$.99')

-----------------------------------

See Also:  @ ... SAY/GET

-----------------------------------

See Also: @ ... SAY/GET
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson