Jump to content

Multiline Msgbox in multiple lines of code


Recommended Posts

I know how to make a multiline msgbox, but I can't figure out how to split the msgbox into multiple lines of code.

Here's what I have that works:

MsgBox(4, "", "If the following information is correct, click 'OK' to continue, otherwise click 'CANCEL'." & @CRLF & "othertext" & @CRLF & "more text" & @CRLF & "even more text")

From a code standpoint I want something like this:

MsgBox(4, "", "If the following information is correct, click 'OK' to continue, otherwise click 'CANCEL'." & @CRLF
& "othertext" & @CRLF
& "more text" & @CRLF
& "even more text")

I know this is possible because I have seen it done a while ago, but I can't find how to accomplish this.

Thanks

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