FormatTime, CurrentMinute , , m assigns the current minute to variable %CurrentMinute%, and its value is a string, not a numeric. I wanna do some calculations on the value of %CurrentMinute%, so how could I convert it to numeric?
Thanks for any help in advance!
AutoHotkey automatically converts numbers and strings as needed.