I am trying to use the description of each variable in a group as the comment in my spool. I know spool comments are normally inside inverted commas, is there any way to set the comment for a spool to be the description of a series?
Thanks
Code: Select all
for !i=1 to levels_real.@count
%1 = levels_real.@seriesname(!i)
graph graph_{%1} {%1}
spool.append graph_{%1}
spool.comment untitled0{!i} {{%1}.label(d)}
spool.name untitled0{!i} {%1}
next