I am experimenting with the spool object and I wonder if I am trying to print a chart per variable from a model to a spool, how could I suppress a new chart window from popping up each time the loop reaches the printing point? Let me show you what I am talking about:
Code: Select all
%eqname = "eq_abc"
%eqlist = {%eqname}.@varlist
for !i = 1 to @wcount(%eqlist)
%var = @word(%eqlist,!i)
{%var}.line(p)
next !i
Tchaithonov
