Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass empty parameter from command window
Message
 
 
To
14/04/2004 17:47:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00894949
Message ID:
00894974
Views:
12
>How would you pass an empty parameter from the command window to a VFP program? I mean between two parameters that have value.

Leave the middle parameter empty.

DO TEST with 1,,3

* TEST.PRG
Lparameters p1, p2, p3
?p1
?p2
?p3
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform