'End Operator' must be the first statement on a line

An End Operator statement follows a colon (:) statement separator. End Operator must be the only statement on its source line.

Error ID: BC33006

To correct this error

  • Separate the multiple statements onto different lines.

See Also

Tasks

How to: Break and Combine Statements in Code

How to: Define an Operator

How to: Define a Conversion Operator

Reference

Operator Statement