How To Retrieve Object "String Text" ?

 
ObjectSetText("text_object","Hello",10,"Arial",Red);

Using ObjectGet, I can retrieve the ObjectSetText string name: "text_object"

How can I retrieve or return the words or value for the string text "Hello" ?

Thanks

 

string ObjectDescription ( string name)
Return object description. For objects of OBJ_TEXT and OBJ_LABEL types, the text drawn by these objects will be returned.

 

Great I will try that. I seen that before but the sample is not very good example.

phy, Thanks for your help

Reason: