Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters and what to check
Message
From
18/10/2007 12:41:29
 
 
To
18/10/2007 10:59:15
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01261696
Message ID:
01261888
Views:
21
Hi Jay,

I use nested if's on the PCOUNT()
if PCOUNT() < 3
   param3 = "whatever"
   if PCOUNT() < 2 
       param2 = "you"
       if PCOUNT() < 1
           param1 = "like"
       endif
   endif
endif
Works for me.
~Erik Folley
Previous
Reply
Map
View

Click here to load this message in the networking platform