Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass parameter to an exe file
Message
From
25/04/2002 08:07:22
 
 
To
25/04/2002 07:53:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00649023
Message ID:
00649070
Views:
10
>Denis,
>
>I think that VFP interprets this as two parameters. You could do something like this in your main.prg:
>
>
>LPARAMETERS tcName1, tcName2
>
>lcUser = IIF(VARTYPE(tcName1)="C", tcName1, "")
>lcUser = lcUser + IIF(VARTYPE(tcName2)="C", " " + tcName2, "")
>
>
>>Thanks Daniel - this works. Only one small problem. The user names to pass have a space in them. Do you know if there a way to deal with "myprg.exe john smith"?


If there are spaces in the parameters, just put them in double quotes

myexe.exe "John and Annie"
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform