comments

new BookmarkLockedFalling
kokenge
Senior Member
****

kokenge Avatar

Posts: 261

Carl Gundel - admin
Administrator
*****

Carl Gundel - admin Avatar

Posts: 550

Post by Carl Gundel - admin on Jun 2, 2008 13:18:59 GMT -5

kokenge Avatar
Many times you get errors on comments.
For example
This will give you;
Compile Error
Syntax error - one

' Page data one

This works
' Page data 1

You've got some embedded tab characters in there. The compiler doesn't seem to like those. So first thing is to fix those.

There also does seem to be a problem if the last statement in a program is a remark. Fix that next.

In either case, I have ways to fix these things.

Thanks.

-Carl