Jump to content

$ commands


 Share

Recommended Posts

How about build in $commands? I've learned that there are variables, which you can make yourself:

$var1=lolz ; $var1 will echo lolz where ever it is used
Send ($var1) ; Send command will send $var1 that equils lolz

But how about build in? What do they do? What build in are there?

Edited by ColdDeath
Link to comment
Share on other sites

How about build in $commands? I've learned that there are variables, which you can make yourself:

$var1=lolz ; $var1 will echo lolz where ever it is used
Send ($var1) ; Send command will send $var1 that equils lolz

But how about build in? What do they do? What build in are there?

how you used it, lolz is a string so you would need quotes around it like this.

$var1 = "lolz"

Link to comment
Share on other sites

  • Moderators

I'd suggest doing the tutorials to have even the basic of understanding before posting.

http://www.autoitscript.com/forum/index.ph...st&p=134268

http://www.autoitscript.com/forum/index.ph...st&p=607817

http://www.autoitscript.com/forum/index.php?showtopic=21048

In the future, understand that a well thought out question, articulated in the same manner, will get the results you hope for much faster.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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