3 lines
44 B
AutoIt
3 lines
44 B
AutoIt
Global $x = "12345"
|
|
$x += 1
|
|
MsgBox(0,"",$x)
|
Global $x = "12345"
|
|
$x += 1
|
|
MsgBox(0,"",$x)
|