Error Zero Divisor

From Bohemia Interactive Community

Error Zero Divisor simply means that the you are dividing contains zero or that you try to select a not existing element of an array.

Example:

_myVar = [1,2,3] select 15