Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PARAMETERS() bug?
Message
From
11/11/2002 09:22:28
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00720910
Message ID:
00720957
Views:
25
Good tip, but I need fixed number of parameters.


>>So I should define 5 parameters in LPARAMETERS so I could then go to line IF and see if there is a too much parameters and deal with that 'error' on my own?
>>
>Rather than a fixed number of parameters, if you truly need an open-ended, variable set of parameters, I'd pass exactly one - either an array, whose length you could check using ALEN() at runtime to determine how many elements were in the array, or an object, that you could then examine for named properties to be used by your function.
Previous
Reply
Map
View

Click here to load this message in the networking platform