Jump to content

The newline character?


Recommended Posts

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 :P this should be added in the help file

Edited by probedrone
Link to comment
Share on other sites

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 by pecloe
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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