Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameter array
Message
From
10/11/2011 08:27:12
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 5
OS:
Windows 7
Miscellaneous
Thread ID:
01528475
Message ID:
01528551
Views:
71
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform