Command3r Posted March 16, 2012 Share Posted March 16, 2012 (edited) Hello, i was searching for "count down timer" and i found an script for that. snippet from script $_CompteArebour -= TimerDiff($TimeTicks) $TimeTicks = TimerInit()but i dont understand the script, so i started to study it then i found this symbol " -= " and i dont know what does it mean/do. as i know: " <> " not equal "0 <= 1 " 0 greater than 1 or equal it "0 => 1 " 1 greater than 0 or equal it "0 = 1 " the strings are equal but this " -= " i haven't seen it before thanks. Edit: SOLVED>> Source = http://www.autoitscript.com/wiki/Tutorial_Core_Language#Operators Edited May 27, 2013 by Jon [font="arial, helvetica, sans-serif;"]Advice for you[/font][font="arial, helvetica, sans-serif;"]: [/font][u]Search[/u] before posting. [font="arial, helvetica, sans-serif;"] *********** Problem solved? if yes [/font][color=rgb(0,0,0);font-family:arial, helvetica, sans-serif;] *********[/color] [font="arial, helvetica, sans-serif;"]******* press "Mark Solved" button. *******[/font] Link to comment Share on other sites More sharing options...
kor Posted March 16, 2012 Share Posted March 16, 2012 (edited) Subtraction assignment. e.g. $var -= 1 is equivalent to $var = $var -1Source = http://www.autoitscript.com/wiki/Tutorial_Core_Language#Operators Edited March 16, 2012 by kor Command3r 1 Link to comment Share on other sites More sharing options...
Command3r Posted March 16, 2012 Author Share Posted March 16, 2012 o_O Thanks bro [font="arial, helvetica, sans-serif;"]Advice for you[/font][font="arial, helvetica, sans-serif;"]: [/font][u]Search[/u] before posting. [font="arial, helvetica, sans-serif;"] *********** Problem solved? if yes [/font][color=rgb(0,0,0);font-family:arial, helvetica, sans-serif;] *********[/color] [font="arial, helvetica, sans-serif;"]******* press "Mark Solved" button. *******[/font] Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted March 17, 2012 Moderators Share Posted March 17, 2012 (edited) It seems, Command3r, you didn't follow your own advice from your signature Edited March 17, 2012 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Command3r Posted March 17, 2012 Author Share Posted March 17, 2012 It seems, Command3r, you didn't follow your own advice from your signature no no, i searched but i haven't got any useful results [font="arial, helvetica, sans-serif;"]Advice for you[/font][font="arial, helvetica, sans-serif;"]: [/font][u]Search[/u] before posting. [font="arial, helvetica, sans-serif;"] *********** Problem solved? if yes [/font][color=rgb(0,0,0);font-family:arial, helvetica, sans-serif;] *********[/color] [font="arial, helvetica, sans-serif;"]******* press "Mark Solved" button. *******[/font] 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