Error Zero Divisor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (added link)
m (Added compatibility)
Line 1: Line 1:
'''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.
'''Error Zero Divisor'''  
 
This error simply means that the you are dividing contains zero or that you try to select a not existing element of an array.
 
 
 
'''Compatibility:'''
 
Version '''1.96'''
 
 


'''Example:'''
'''Example:'''

Revision as of 17:41, 10 June 2006

Error Zero Divisor

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


Compatibility:

Version 1.96


Example:

_myVar = [1,2,3] select 15