Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to display parameters passed?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01012215
Message ID:
01012240
Vues:
28
>Hi, Nadya.
>
>>If I have a function with n parameters, but I do not know parameters names, is there a way to display the passed parameters?
>
>Do you mean displaying tha parameters in the code designer, like Intellisense? In this case, if the function is a method on a class, you can add the class the Intellisense Manager. If it is a standalone function, I guess you can add it manually to the Intellisense table, too.
>
That's something I haven't tried yet, may try later.

>If this is not what you want, please tell me where do you have to show the parameters.
>
>Best luck,

I wanted to display values of all passed parameters in a program. Something like:
lnParms = aparameters(laParameters)
for lnI = 1 to lnParms
  =messagebox(laParameters[m.lnI,1] + " value: " + transform(laParameters[m.lnI,2]))
next
The only problem is that there is no aParameters function < g >
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform