Jump to content


Photo

I can't find an error


  • Please log in to reply
3 replies to this topic

#1 Zvijer

Zvijer
  • Member
  • 27 posts

Posted 31 May 2003 - 08:41 AM

When WeiDU says:
PARSE ERROR at line 54 column 49-52
The error is at the 54th line.

But does it count empty lines and //comments? ConTEXT is not so much of a help.

#2 -jcompton-

-jcompton-
  • Guest

Posted 31 May 2003 - 09:49 AM

Yes, it counts all the lines, comments or no.

#3 japheth

japheth

    Codewalker

  • Member
  • 317 posts

Posted 31 May 2003 - 11:28 AM

If line 54 is a comment or something, then the error is more than likely above that line somewhere. An unclosed tilde will generate an error like that.
Check out BG1Tutu.

#4 Zvijer

Zvijer
  • Member
  • 27 posts

Posted 31 May 2003 - 12:56 PM

Thanks