Error Generic Error in Expression: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''Editing Error Generic Error in Expression'''  
'''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.
Generic Error in Expression ( providing operators with incorrect operand types )





Revision as of 02:00, 11 June 2006

Error Generic Error in Expression

Generic Error in Expression ( providing operators with incorrect operand types )


Compatibility:

Version 1.96


Example:

_myVar = [1,2,3] select 15