Android Question Sudden compile error, little info given

Arf

Well-Known Member
Licensed User
Longtime User
Everything has been fine, then a few minutes ago I trued to compile and got this error:

Error parsing program.
Error description: Sub is not a valid identifier.

and thats all the info there is. I can't think what I've done to cause this, perhaps cutting/pasting/deleting something by mistake when I thought I was working with another window, but I can't see anything out of place. Anyone had this?
 

DonManfred

Expert
Licensed User
Longtime User
there if an end if or next or end sub or something missing before.
But without seeing the code i just can guess
 
Last edited:
Upvote 0

Arf

Well-Known Member
Licensed User
Longtime User
Thanks, found it. a wayward comment had somehow slipped into a Sub definition!
Sub 'ShareAddress
....
End Sub
 
  • Like
Reactions: eps
Upvote 0
Top