Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How tell if its an Array?
Message
From
05/07/2002 16:59:04
John Baird
Coatesville, Pennsylvania, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How tell if its an Array?
Miscellaneous
Thread ID:
00675762
Message ID:
00675762
Views:
62
I need to tell wether a variable is an array or not. If I do :
DIMENSION laArray(2)

laArray(1) = 'My test'
laArray(2) = 'My test 2'

?VARTYPE(laArray)
?VARTYPE(laArray(1)
I get 'C'. This variable will be passed as an array and I need to know if it is an array. How?
Next
Reply
Map
View

Click here to load this message in the networking platform