alawoona Posted April 9, 2004 Posted April 9, 2004 Have a script that writes to an Edit control using GUIWrite. Every string I write to the edit control is appended to the existing contents. I want each string to be written on a separate line. Added @LF to the strings, that did not work. Used $ES_WANTRETURN and $ES_MULTILINE styles and that did not work. How can I accomplish what I want to do?????
jpm Posted April 9, 2004 Posted April 9, 2004 Have a script that writes to an Edit control using GUIWrite. Every string I write to the edit control is appended to the existing contents. I want each string to be written on a separate line. Added @LF to the strings, that did not work. Used $ES_WANTRETURN and $ES_MULTILINE styles and that did not work. How can I accomplish what I want to do?????I don't know why but @CRLF is needed
Nutster Posted April 23, 2004 Posted April 23, 2004 The controls treat @CR, @LF and @CRLF differently. Try each one. Make sure that the $ES_WANTRETURN and $ES_MULTILINE styles are active when you try this. David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd...
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