Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameter array
Message
De
10/11/2011 08:27:12
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 5
OS:
Windows 7
Divers
Thread ID:
01528475
Message ID:
01528551
Vues:
70
>VFP does not have parameters array. The best you can do is to determine the number of parameters passed using parameters() or pcount() functions.
>

I just want to point out that you should always use PCOUNT(), not PARAMETERS(). PARAMETERS() is reset by any call to another (non-built-in) routine, while PCOUNT() always returns the number of parameters passed to the routine in which you call it.

Tamar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform