probedrone Posted August 25, 2006 Posted August 25, 2006 (edited) really dumb question but i wanna have multiple lines in msgbox, so wth is the newline char in autoit? how do i put it in a string to start a new line? nvm found the answer in the forums this should be added in the help file Edited August 25, 2006 by probedrone
pecloe Posted August 25, 2006 Posted August 25, 2006 (edited) probedrone said: really dumb question but i wanna have multiple lines in msgbox, so wth is the newline char in autoit? how do i put it in a string to start a new line?msgbox(16, "title", "text" & @CRLF & "text")edit: I'm too slow ! Edited August 25, 2006 by pecloe
Paulie Posted August 25, 2006 Posted August 25, 2006 (edited) pecloe said: msgbox(16, "title", "text" & @CRLF & "text")edit: I'm too slow !It isEDIT:Link: http://www.autoitscript.com/autoit3/docs/macros.htm Edited August 25, 2006 by Paulie
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