String cuts off at 64

 

I have a long test string that I want to display, but it cuts off at 64 in length, although the documentation says it can be up to 256.

BTW, does anyone know the difference between OBJ_TEXT and OBJ_LABEL?

 
billritz:
I have a long test string that I want to display, but it cuts off at 64 in length, although the documentation says it can be up to 256. BTW, does anyone know the difference between OBJ_TEXT and OBJ_LABEL?

I used Search in MetaEditor and it is written that OBJ_TEXT is the text with one coordinate only. As i understand it is necessary to have two coordinates to locate the text. And it is written that it is used the other functions for that.

OBJ_LABEL is the same but without any coordicate. So the text may be anywhere. It is used the ObjectSet function to located the text.

Is it right?

 

That may be the difference, but either one seems to cut off at 64 when they're supposed to be 256 long. Do you know why?

Reason: