Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy File Weird
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00288737
Message ID:
00288880
Views:
11
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform