Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field doesn't contain what it should
Message
From
28/11/2008 18:00:24
 
 
To
28/11/2008 10:37:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01338916
Message ID:
01364578
Views:
17
Yup, this often depends upon the text editor being used. Some text editors are happy with simply only CR (chr 13) or LF (chr 10), while others seem to expect CR+LF sequence. I've run into situations where the text editor assumed that there was a LF following every CR -- so whenever you loaded text that was terminated with only CR it "ate" the first character on the next line. Once had a headache with an application that was generating LF+CR sequences that would confuse most text editors. Running TYPE to display the file wouldn't show anything unusual. Reading the text file in one text editor would show double-spaced lines, while another would show double-spaced lines with the first character missing from every line except the first.
Previous
Reply
Map
View

Click here to load this message in the networking platform