Midget182 Posted April 8, 2004 Posted April 8, 2004 (edited) i wanna MAKE MYSELF a script that allows some one to input mouse coords, then use those coords to click the button, and the msg boxes dont seem to like the If NOT ($_msgbox = ##) Edited April 9, 2004 by Midget182
Midget182 Posted April 9, 2004 Author Posted April 9, 2004 um...what the hell does $ mean, is it like % in v2? i wanna know how it all works and how i can add a variable into a quoted line IE. #### = InputBox("","type any noun here") Send ("you are now going to ####")
Midget182 Posted April 9, 2004 Author Posted April 9, 2004 Thank you larry, but i need more help...this math stuff is making me crazy
CyberSlug Posted April 9, 2004 Posted April 9, 2004 how i can add a variable into a quoted line IE.#### = InputBox("","type any noun here")Send ("you are now going to ####")$thisIsSomeVariable = InputBox("","type any noun here")Send ("you are now going to " & $thisIsSomeVariable, 1) Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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