Jump to content

Recommended Posts

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

Edited by probedrone
Posted (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 by pecloe

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