Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
ZeroDiv(num1, num2) {
|
||||
If ((num1/num2) != "")
|
||||
MsgBox % num1/num2
|
||||
Else
|
||||
MsgBox, 48, Warning, The result is not valid (Divide By Zero).
|
||||
}
|
||||
ZeroDiv(0, 3) ; is ok
|
||||
ZeroDiv(3, 0) ; divize by zero alert
|
||||
Loading…
Add table
Add a link
Reference in a new issue