Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I check to see if an array has been created?
Message
 
 
To
12/10/2001 00:55:27
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00567404
Message ID:
00567505
Views:
13
>I knew I could count on the UT and most likely you lately. I assume you write code with VFP for a living because you seem to have all the answers. How does that saying go, "You've probably forgotten more than I will ever know". Thanks again Sergey!!

BTW, if you want to know if an existing variable is an array
IF TYPE("myvariable[1]") = "U"
  * It's not array
ELSE
  * Yes, it's array
ENDIF
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform