Error Zero Divisor: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (you dont get error when divide 0 by something) |
Lou Montana (talk | contribs) m (Text replacement - "[[category" to "[[Category") |
||
Line 19: | Line 19: | ||
[[ | [[Category:Operation Flashpoint: Editing|ERRORZERO]] | ||
[[Category:Common Scripting Errors]] | [[Category:Common Scripting Errors]] |
Revision as of 16:04, 4 January 2021
This error occurs when you attempt to divide a variable by 0.
It also occurs when you attempt to access an element of an array which does not exist.
Compatibility:
Version 1.96
Example:
_myVar = 15 / 0
_myVar = [1,2,3] select 15