Edit

Share via


'End Operator' must be preceded by a matching 'Operator'

An End Operator statement appears with no matching Operator declaration preceding it.

Error ID: BC33007

To correct this error

  • Remove the End Operator statement if it is redundant.

  • Supply the missing Operator procedure if one is missing.

  • Move the End Operator statement to the appropriate place in the code.

See also