Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to problem; one space but not requested
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Copy to problem; one space but not requested
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
00985192
Message ID:
00985192
Views:
58
Hello,

I have a problem with creating a txt file from a selected cursor.
CREATE CURSOR ctemp (k1 c(2),k2 c(1),k3 c(3))
INSERT INTO ctemp (k1) VALUES ("1")
Copy To c:\test.txt DELIMITED WITH TAB
The problem is that the k2 field gets a space character in de the file. Field k3 doesn't gets any space (what a exspected). Whats the problem here?
Next
Reply
Map
View

Click here to load this message in the networking platform