Jump to content

Recommended Posts

Posted (edited)

Sorry wrong name lol

I saved and edited xD

How can i get a MsgBox to display a Variable and a regular text as its text part?

Edited by SunnBoy
Posted (edited)

Yeah thanks, I was looking for that :mellow:

Edit:

In the one you gave me

$sTitle = "My Message Box"
$sMsg = "My Message"
MsgBox(64, $sTitle, $sMsg & " is longer now..")

How can I make the $sMsg be in those brackets []?

I mean just the text the message displays?

Edited by SunnBoy

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
×
×
  • Create New...