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?
 

eps

Expert
Licensed User
Longtime User
Yep, as above.

Sub
...
End Sub

Somewhere this is broken... or you added an If and End but not End If..
 
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
 
Reactions: eps
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…