Jump to content

using more then one $something


Recommended Posts

i'm kinda bored so i'm practicing my autoit skills. now here's a little problem i'm having:

dim $1
dim $2
dim $3
dim $4 

code code code
code code code
code code code

msgbox (1, "", $1 $2 $3 $4)

this doesn't work. the compiler thing says that the last line is the thing to blame.

i'd like to know how i can solve this.

also, i'm going to substitute the last line to

send ("{ASC $1$2$3$4})[/code

and i'd like to know if the solution purposed with the msgbox thing can be used with this to this line aswell.

i TRIED making it one dim thing but it didn't work as well as i hoped.

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