\r does not seems to break a line in Eviews 9, i run the following code in Eviews 8 and Eviews 9 and in 9 there is no line break in the text, a bug?
Code: Select all
WfCreate u 100
Series a1 = Rnd
Series a2 = Rnd
Graph g1.Line a1 a2
g1.AddText(0,-0.5) The first line\rThe second line 