Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is Array ?
Message
From
02/11/1999 15:13:13
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00285490
Message ID:
00285678
Views:
20
>Hi
>
>I want to know if a specific variable is an array ?
>I try VARTYPE() or TYPE() but it gives me only the type of the first element of the array. I used VFP6.0 with SP3
>
>Thank's in advance

* procedure IsArray
*-- Array must be passed by reference
lparameters aArrayIn

return not type( 'aArrayIn[1]' ) == "U"
Previous
Reply
Map
View

Click here to load this message in the networking platform