PcExpert Posted December 17, 2007 Posted December 17, 2007 Hi all, How to calculate in AutoIT? example: It calculates the result of 2*4 and it returns 8 Searched the forum, but didnt find anything. Thanks
Developers Jos Posted December 17, 2007 Developers Posted December 17, 2007 Helpfile->AutoIt/Language reference/Operators 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.
PcExpert Posted December 17, 2007 Author Posted December 17, 2007 Thanks, but how to use it? I cant find it.
Developers Jos Posted December 17, 2007 Developers Posted December 17, 2007 Thanks, but how to use it? I cant find it.lost you on this question .... have you tried anything and what wasn't working ?What exactly do you want to calculate ? 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.
Uten Posted December 17, 2007 Posted December 17, 2007 @PcExpert, yeah right.. Local $sum = 4+4+4 msgbox(48, "Try a bit will you!", 4*3 & " = " & $sum) From the top of my head. So you might have to fidle a bit.. Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
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