Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters and what to check
Message
From
19/10/2007 08:25:43
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
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:
01262109
Views:
21
>Clever!
>
>>
>>lparameters cPar1, cPar2,cPar3
>>do case
>>  case pcount()<3
>>    cPar3='mydefault3'
>>  case pcount()<2
>>    cPar2='mydefault2'
>>endcase
Nowadays, it's simpler to just
lparameters tcPar1, tcPar2,tcPar3
lcPar1=evl(tcpar1,'')
lcPar2=evl(tcpar3,'')
lcPar2=evl(tcpar3,'')

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform