The identifier specified in the structure header does not match the identifier in the end of the structure.
Check identifiers in the header and the end of the structure.
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: