Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run Command
Message
From
22/09/2001 01:29:20
 
 
To
19/09/2001 08:57:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00558275
Message ID:
00559604
Views:
7
Try with this:
lcRun = 'program' + ' ' + Alltrim(param1) + ' ' + alltrim(param2)
* or
lcRun = 'program' + ' ' + param1 + ' ' + param2
run (lcRun)

Hope this help

Mauricio
Be fast like the Fox
Be free like the Penguin
Se Rápido como el Zorro
Se libre como el Pingüino
Previous
Reply
Map
View

Click here to load this message in the networking platform