snippet from script
but i dont understand the script, so i started to study it
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 by Command3r, 16 March 2012 - 11:30 PM.




