Jump to content

Printing Variables in MsgBox


Recommended Posts

I want to make a msgbox print out text, then print out a variable from $Cmdline[1]. all i know is,

MsgBox(0, "Text", "more_txt")

i want to say, there are, $cmdline numbers in this list...

and i might call the script like this:

my_script.au3 5

and expect to see:

there are, 5 numbers in this list...

in the box.

Edited by Damastah
Link to comment
Share on other sites

MsgBox( "Title", "This is whats in the variable:"&$CmdLine[])

If that's not what your looking for , explain a little more. I don't have the time to open ur .au3.

Edited by Drew
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...