RosettaCodeData/Task/Increment-a-numerical-string/AutoHotkey/increment-a-numerical-string.ahk

3 lines
30 B
AutoHotkey
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
str = 12345
MsgBox % str += 1