Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array
Message
 
To
17/03/1999 03:24:02
Jacky Yuen
Myth Group Computer Technology
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Array
Miscellaneous
Thread ID:
00198464
Message ID:
00198488
Views:
15
I'm not sure I understand your question, but I'll take a shot at it. You can find out the dimensions of an array using ALEN(). ALEN(MyArray,1) will give you the number of rows in array MyArray, while ALEN(MyArray,2) will give you the number of columns. You can extend the size of the array using DECLARE or DIMENSION.

>I'm using SQL to get a list of result ,but when I use for-loop to add the items to list ,it will have overfloat error .
>
>Do you know how can I get the demenson of a array ?
>Thanx
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform