How to Overwrite an Existing Text?
Posted: Tue Dec 18, 2012 1:33 pm
Hi everybody!
Every month I shall update some graphs that have the following text, as an example: "prices of November 2012".
I use the following code:
However, in December, I must update them and, if I use
the code will not overwrite it, but it will superimpose the old text with the newer one.
Is there a way to overwrite it or change the existing text?
Thanks,
Giovanna
Every month I shall update some graphs that have the following text, as an example: "prices of November 2012".
I use the following code:
Code: Select all
graph01.addtext(2.77,2.77) "prices of November 2012"Code: Select all
graph01.addtext(2.77,2.77) "prices of December 2012"Is there a way to overwrite it or change the existing text?
Thanks,
Giovanna