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.
FormatTime, CurrentMinute,, m
NextMinute := CurrentMinute + 1
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With