Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange error while compiling
Message
 
 
To
13/10/2007 18:04:39
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01260851
Message ID:
01260855
Views:
9
Shorter and much more readable
TEXT TO lcCommand NOSHOW
RUN C:\Dev\GetData\ProcImages.EXE "<<oApp.cImageFolder>>\<<Photos.cFileName>>" "<<lcPath2PICSFolder>>" "<<lcImageName>>"
ENDTEXT 
>
>lcCommand=[RUN C:\Dev\GetData\ProcImages.EXE ] + ;
>   '"' + oApp.cImageFolder + '\' + Photos.cFileName + '" ' + ;
>   '"' + lcPath2PICSFolder + '"' + [ ] + ;
>   '"' + lcImageName + '"'
>Or even shorter
>lcCommand=[RUN C:\Dev\GetData\ProcImages.EXE "] ;
>    + oApp.cImageFolder + '\' + Photos.cFileName + '" "'   ;
>    + lcPath2PICSFolder + '" "' ;
>    + lcImageName + '"'
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform