RosettaCodeData/Task/Increment-a-numerical-string/AutoIt/increment-a-numerical-string.autoit
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

3 lines
44 B
Text

Global $x = "12345"
$x += 1
MsgBox(0,"",$x)