Invalid Character <Character> is Found

Description

The code uses a character that is not a statement and cannot be used in this context.

Troubleshooting Tips

When an error occurs in an identifier, check if any characters except for Latin letters, numbers and underscore characters are used in the code. If the specified error occurs in another area of the code, the character may have been misplaced and needs to be deleted or placed into the comments area. Perhaps, double inverted commas should be used for this character (the String variable), or single quotation marks (the Char variable).

See also:

Compiler Messages