The <Identifier> Identifier is Expected

Description

The identifier specified in the structure header does not match the identifier in the end of the structure.

Troubleshooting Tips

Check identifiers in the header and the end of the structure.

Example

Sub UserProc;
Begin
    
End Sub UserProc1;

When the specified code is compiled, the following error is displayed: The UserProc identifier is expected. To resolve the error, delete the redundant symbol 1 from the string End Sub UserProc1;.

See also:

Compiler Messages