Hello,
How to properly name graphs with strings? Let's assume I have a string letter$ = x. Then I try this:
graphname$ = "mygraph" + letter$;
plotxy iy:=(1,5) plot:=200 o:=[graphname$];
win -a graphname$;
It's wrong because I get an error:
Error:win -a graphname$
What's the correct syntax?