Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to display parameters passed?
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01012215
Message ID:
01012240
Views:
27
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform