Error Type Something Expected Nothing: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
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.



Revision as of 02:25, 11 June 2006

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