ColdDeath Posted November 24, 2008 Author Share Posted November 24, 2008 (edited) 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 November 24, 2008 by ColdDeath Link to comment Share on other sites More sharing options...
Tomb Posted November 24, 2008 Share Posted November 24, 2008 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 More sharing options...
Moderators SmOke_N Posted November 24, 2008 Moderators Share Posted November 24, 2008 I'd suggest doing the tutorials to have even the basic of understanding before posting.http://www.autoitscript.com/forum/index.ph...st&p=134268http://www.autoitscript.com/forum/index.ph...st&p=607817http://www.autoitscript.com/forum/index.php?showtopic=21048In 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now