Error Generic Error in Expression

From Bohemia Interactive Community
Revision as of 01:59, 11 June 2006 by Fragorl (talk | contribs)
Jump to navigation Jump to search

Editing Error Generic Error in Expression

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.


Compatibility:

Version 1.96


Example:

_myVar = [1,2,3] select 15