Self-made Indicator Error Message: What does (68,24) mean?

 

Hi everyone,


I have a question. An indicator which I coded by myself gave me an error message: (68,24)

The "68" is the line where the error is, I know that already. But what's the meaning of the number 24? Does that mean the 24th character of line 68 contains faulty code? And if so, do I have to count the characters manually?

 

In MetaEditor look at the bottom right corner, there's something like "Ln 68, Col 24" if you place your cursor in the code.

 
lippmaje:

In MetaEditor look at the bottom right corner, there's something like "Ln 68, Col 24" if you place your cursor in the code.

Thank you so much, lippmaje, found it! :)
Reason: