Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange error while compiling
Message
 
 
À
13/10/2007 18:04:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01260851
Message ID:
01260855
Vues:
10
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform