Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Macro substitution
Message
De
19/10/2007 16:11:58
 
 
À
19/10/2007 16:04:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01262275
Message ID:
01262278
Vues:
18
>A call like the following will work"
>
>!mspaint "c:\program files\dir\filename"
>
>But a call like this will not because of the space between Program and Files.
>
>cFile = "c:\program files\dir\filename"
>! mspaint &cFile
>
>
>Is there a way to overcome this so the file can be sent via a variable?
>
>Thanks
What about
cFile = '"c:\program files\dir\filename"'
! mspaint &cFile
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform