Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy File Weird
Message
De
08/11/1999 23:21:09
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00288737
Message ID:
00288881
Vues:
14
>Wait, there's one more piece to this. My path is choking because of spaces. For exmaple, _arRegSet[2,2] is "c:\program files\taskadmin" and _arRegSet[3,2] is "c:\my documents\taskadmin\data current".
>I have:
>
>
>	cPath1 = chr(34)+_arRegSet[2,2]+chr(34)
>	cPath2 = chr(34)+_arRegSet[2,2]+'\suppl'+chr(34)
>	cPath3 = chr(34)+_arRegSet[3,2]+chr(34)
>	cPath4 = chr(34)+_arRegSet[6,2]+chr(34)
>	cPath5 = chr(34)+_arRegSet[11,2]+chr(34)
>	? cPath1
>	? cPath2
>	? cPath3
>	? cPath4
>	? cPath5
>	set path to &cPath1 ; &cPath2 ; &cPath3 ; &cPath4 ; &cPath5
>	? set('path')
>	set default to &cPath1
>
>
>How can I make tthat VFP-friendly? VFP6/SP3. Thanks.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform