[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function            VAR2CHAR()
Action              Converts any type variable to character type
Returns             <expC> character
Category            String
Syntax              Var2char(<expC>)
Description         Converts variable named in <expC> to type
                    character
Options
Examples            dtype = ctod("01/01/80")
                    ntype = 128.45
                    ltype = .t.
                    VAR2CHAR("dtype") returns "01/01/80"
                    VAR2CHAR("ntype") returns "128.45"
                    VAR2CHAR("ltype") returns ".t."

Notes               Returns memo types as ""

Found in (prg)......S_VAR2.PRG

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson