Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you test to see if an array exist
Message
From
03/06/1999 17:32:36
 
 
To
02/06/1999 20:24:14
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00225707
Message ID:
00226281
Views:
23
>If Type('a_array1')<>'U'


The new VARTYPE command is faster and doesn't require quotes.

If VARTYPE(a_array1) <> 'U'
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform