Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pass parameter to an exe file
Message
From
25/04/2002 07:53:06
 
 
To
25/04/2002 07:23:08
Denis Filer
University of Oxford
United Kingdom
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00649023
Message ID:
00649066
Views:
10
This message has been marked as the solution to the initial question of the thread.
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"?
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform