acecase Posted December 17, 2003 Posted December 17, 2003 (edited) Hey, Please look over me being a newb both to autoit and to this type of scripting in general. I have dug through the help file included with autoit 3 and its a great help file but I can't seem to find any math funtions exept for the binary stuff (and or etc) and random. I am looking for a way to increment a variable (like (var++) in C++) I'm sure there is a simple way that I have overlooked. Thanks in advance for any help offered. Sorry for the cluster .. i just stumbled on to my owne anser while looking into loops in the help file. Couldn't be more simple $var = $var + 1 whoda thought. Edited December 17, 2003 by acecase
Developers Jos Posted December 17, 2003 Developers Posted December 17, 2003 Acecase, When you open the helpfile, scroll tru the page it opens on... it explains the variables.. Should be something like: $var = 0 ; first define the variable $var = $var + 1 ; then make calculations Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
acecase Posted December 18, 2003 Author Posted December 18, 2003 thanks my update must not have posted emediately but that is where i found it
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