Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array
Message
 
À
17/03/1999 03:24:02
Jacky Yuen
Myth Group Computer Technology
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Array
Divers
Thread ID:
00198464
Message ID:
00198488
Vues:
17
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform