Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable type
Message
From
07/08/2001 18:02:00
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00540840
Message ID:
00541011
Views:
18
>Hi,
> I have a parameter in my method. The parameter value can be array or anything. But in my method I am expecting an array as the parameter. How can I check the type of the parameter as array.
>
>
>Thanks in advance

Just to throw in another one (my favorite)
LParameters tuParameter
External Array tuParameter
If Type("ALen(tuParameter)")=="N"
  ** it's an array
EndIf
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform