Jump to content

Recommended Posts

Posted

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.

:D How can I accomplish what I want to do?????

Posted

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.

:D How can I accomplish what I want to do?????

I don't know why but @CRLF is needed :huh2:
  • 2 weeks later...
Posted

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 Nuttall
Nuttall 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...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...