Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macro subst. within functions
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00213385
Message ID:
00213400
Vues:
32
>1) Wich are the correct syntaxis?:
>
>varname="list1"
>dimension &varname(1,3)
> or
>dimension &varname.(1,3)

DIMENSION &VarName[1, 3]

>2) And in this other case?:
>
>ArrayLenght=alen(&varname,1)
> or
>ArrayLenght=alen(&varname.,1)

ArrayLenght = ALen(&VarName, 1)

HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform