Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrays
Message
 
To
25/01/2001 16:14:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Arrays
Miscellaneous
Thread ID:
00468777
Message ID:
00468788
Views:
22
>Is there a function similar to EMPTY() to determine if an array is empty?
>
>Thanks in advance for your help,
>Russell Clendenon


There is none as the others already said.
When you have a array with elements of the same datatype you can try this.
copy the array to a temp array
sort that array with asort()
now you can look if the last one is empty.

Look in the help for asort() for some remarks
Previous
Reply
Map
View

Click here to load this message in the networking platform