Error Zero Divisor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
'''Example:'''
'''Example:'''


[1,2,3] [[select]] 15
_myVar = [1,2,3] [[select]] 15





Revision as of 20:18, 1 June 2006

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