Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with append
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Problem with append
Miscellaneous
Thread ID:
00800137
Message ID:
00800137
Views:
48
Hi, I am having a wierd problem. I copy a memo to a text file cc.txt

Then I open another DBF, one with a field called mline, 254 characters long. But
when I look at the data in the mline field, exactly one character has been
cut off. It is the 23rd character in each line. Help?? I thought appe from text
file type sdf was reliable?
Thanks
Steve

&& code
copy memo notes to cc.txt
modi comm cc.txt
wait

&& the mline.dbf has the first field, also named mline, 254 characters long.
sele 2
use
use mline
appe from cc.txt type sdf
go top
brow font "courier"
wait
Next
Reply
Map
View

Click here to load this message in the networking platform