Error Generic Error in Expression: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''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 | |||
[[Category:Common Scripting Errors]] | [[Category:Common Scripting Errors]] |
Revision as of 00:59, 11 June 2006
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