Error Zero Divisor

From Bohemia Interactive Community
Revision as of 03:40, 11 June 2006 by Planck (talk | contribs)
Jump to navigation Jump to search

This error simply means that the variable you are trying to divide has a zero value, or you are trying to divide with a value of 0.

Alternately you are trying to select a non-existing element of an array.


Compatibility:

Version 1.96


Example:

_myVar = [1,2,3] select 15