Guest blade Posted January 18, 2005 Posted January 18, 2005 Hi, i'm trying to read out a file , but because of word wrapping used in the file ,i get the wrong value's returnd by my script. Is there a work around for this or has anyone any ideas how to solve these problems? Thx
ezzetabi Posted January 18, 2005 Posted January 18, 2005 Do not use FileReadLine, use FileRead. Check the string for removing '-' & @crlf and @crlf . So a file like 001 This is my sentence that has be- 002 en cutted. 003 Will be read as 'This is my sentence that has been cutted.'
Developers Jos Posted January 18, 2005 Developers Posted January 18, 2005 Hi,i'm trying to read out a file , but because of word wrapping used in the file ,i get the wrong value's returnd by my script.Is there a work around for this or has anyone any ideas how to solve these problems?Thx<{POST_SNAPBACK}>wordwrapping in a file ?? i thougth this was a program feature...maybe you can give a simple short example of some file records, the script portion that reads the file and the result you would like to see ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now