Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00358841
Message ID:
00358865
Views:
18
>Just start your main program with
LPARAMETERS tcParam1, cParam2, etc...
>
>>Is there a method in VFP 6.0 by which I can obtain any Command Line Arguments passed to my Application?

Note that all parameters passed to you will be of type character, even if you pass a numeric value. (Peter, I think you know this, because you specified your parameters with a "c" prefix, but just in case Aaron doesn't...)

Doh! Forgot to include Aaron in the reply...
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View