Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ISARRAY()?
Message
 
To
08/08/1999 11:38:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00251254
Message ID:
00251255
Views:
10
>I need to decide if a variable is of array type or not. TYPE() and VARTYPE() functions return the type of the first array element, but not the variable type. Any other ideas?
IF TYPE("MyArray(1)") <> "U"
   * it's an array
ELSE
   * it's not an array
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform