Error Type Something Expected Nothing: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
(Removed spam.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Error Type Something Expected Nothing'''
This error usually occurs when a statement is incomplete, malformed, or non-existent.
This error usually occurs when a statement is incomplete, malformed, or non-existent.


Line 20: Line 18:


'''Example (incomplete statement):'''
'''Example (incomplete statement):'''
_myVariable
_myVariable


[[Category:Common Scripting Errors]]
[[Category:Common Scripting Errors]]

Latest revision as of 23:01, 18 January 2010

This error usually occurs when a statement is incomplete, malformed, or non-existent.


Compatibility:

Version 1.96


Example (non-existent statement):

7 + 6 * 5

Example (malformed statement):

3 = 4

Example (incomplete statement):

_myVariable