Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determine Array parameter is 1 or 2 Dimension?
Message
De
11/03/1998 23:47:31
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00084064
Message ID:
00084080
Vues:
30
Nope. type("MyArray[1,1]") is always the same as type("MyArray[1]"). In VFP you can use an array declared 1D as 2D.

Vlad

>I think you can also do:
>If type("MyArray[1,1]") <> "U"
>  * 2-D array
>Else
>  * 1-D array
>Endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform