Hello Yuki,
thanx for information.
I have a loop over the
first half of data for
plotting it, and this
I want to go to legend.
Then I have a loop over
the second half of data, which
should be not appear in legend.
string mystring$ = \l(1) %(1);
for (ii = 2; ii <= ianz/2; ii++) {
window -a %(Book$);
page.active = $(ii);
wks.colSel(3,3);
window -a %(Graph$);
worksheet -P 245 MyTernaryLine;
icolo = $(ii) + 1;
layer.plot = $(ii);
set %C -c $(icolo);
#type "sheet $(ii) color $(icolo)";
mystring$ = mystring$ + "\l($(ii)) %($(ii))";
}
# second loop, whithout concating mystring$
legend.text$ = mystring$;
type "%(legend.text$)";
But it is doing all in one line.
\l(1) tab1\l(2) tab2\l(3) tab3\l(4) tab4
How can I get one at under of the other?
(I am a beginner user of Labtalk.)
Regards, Astrid