Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GetIt Reference Guide - syntax: ch_vartype(<namec>) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: CH_VARTYPE(<nameC>)

Returns data type of memory variable.

Example

abc = 123
? CH_TYPE("abc")
  N

Notes

Returns the data type of the specified memory variable.

If the name does not exist as a memory variable (e.g., even if it is a DBF
field), then 'U' is returned.

CH_VARTYPE functions similarly to the Clipper TYPE() command, however, it
does not invoke the macro processor.

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