Carriage Return in Objects

 

How can I add a carriage return in something like:

ObjectSetText("Right_Status", "some text string", 10, "Verdana", White);


I've already tried using \n and that does not seem to work. Do I need to add another, new, object or is there a better way?

 
Carriage return is not supported in the text and label objects. Only one way - add another object
Reason: