Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COPY TO...DELIMITED bug?
Message
From
18/10/2006 13:15:26
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01163003
Message ID:
01163009
Views:
10
Hi Dennis,
I ran it on my VFP 8 SP1, and got the same thing. May be a bug that has been here for a while.

HTH
Beth

>I think I have come across a bug in VFP9 SP1.
>Using the COPY TO command when a field is one character long and it's empty the output file will have a space in that position but if the field is two or more characters long the position will not have the space.
>
>
>CREATE CURSOR test1 (f3 c(3),f2 c(2),f1 c(1),n1 n(1,0),n2 n(3,1))
>APPEND BLANK
>COPY TO test1.txt DELIMITED WITH "" WITH CHARACTER "|"
>
>
>Output File:
>
>|| |0|0.0
>
>
>Note that the field f1 in the output file shows a space when it should be empty like f2 and f3.
>
>Has anyone else ever ran into this before?
>
>Dennis
Previous
Reply
Map
View

Click here to load this message in the networking platform