Code: Select all
try x := 1/0
MsgBox(x?) ; parenthesis is necessary
try x := 2/0
try y := 5/3
z := (x ?? 0) + (y ?? 0)
MsgBox(z)
Code: Select all
try x := 1/0
MsgBox(x?) ; parenthesis is necessary
try x := 2/0
try y := 5/3
z := (x ?? 0) + (y ?? 0)
MsgBox(z)
Return to “AutoHotkey Development”
Users browsing this forum: No registered users and 19 guests