Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reading Text
Message
 
 
To
02/11/2001 13:21:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00576452
Message ID:
00576885
Views:
18
>Thanks for the advise, I came up with this, do you see any problems with it?
>
>lcStr=filetostr('mytext.txt')
>lnCut= rat(chr(13),lcStr)
>lcClip=left(lcStr,(lnCut-1))
>lnPos = rat(chr(10),lcClip)
>lcFinalStr=substr(lcClip, lnPos+1)
>? lcFinalStr

It's essentially the same, as I wrote, but with more commands for improving readability.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform