Delen via


End of statement expected

The statement is syntactically complete, but an additional programming element follows the element that completes the statement. A line terminator is required at the end of every statement.

Error ID: BC30205

To correct this error

  1. Check to see if two different statements have inadvertently been put on the same line.

  2. Insert a line terminator after the element that completes the statement.

See Also

Tasks

How to: Break and Combine Statements in Code

Concepts

Statements Overview