Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Testing for presence of an array?
Message
 
 
To
04/05/2005 19:18:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01011099
Message ID:
01011103
Views:
17
>Hi. How do you test for the presence of an array?
>
IF TYPE("ALEN(myarray)") = "N"
  * myarray exists and is an array
ELSE
ENDIF

* VFP9
IF TYPE("myarray",1) = "A"
...
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform