Capture the current Comment(), is it possible?

 
Hello,

I would like to capture the current value of the chart comment before I display some messages there, then when I'm done displaying the messages, restore it to its previous value.

I was looking for something like GetComment() but I could not find it.

Is this possible?

example:

string oldComment=GetComment();
Comment("Hello There...");
Sleep(2000);
Comment(oldComment);


Get the idea?

Thanks for any help,

Christian

 
No, comment on the chart window is not readable. But you can use the graphics objects , for example Object Lable , see "MQL4: Information Storage and View"