Error Zero Divisor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
This error simply means that the variable you are dividing contains zero or that you try to select a not existing element of an array.
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.





Revision as of 03:40, 11 June 2006

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