Jump to content

msgbox output


Recommended Posts

is there a way that you can creat a msgbox window that can display multiple outputs on separate lines but in the same window?

for example;

$a = 3

$b = 6

MsgBox(4096, " ", $a)

MsgBox(4096, " ", $:whistle:

will obviously only display

3

in one window, then

6

in the next

is there a way to make it look like

3

6

in the same msgbox?

any help would be much appreciated.

thx, bobbie

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