Hey everyone,
This is probably a bit of a daft question, but it's something that I
can't seem to resolve. Anyway, if I'm using a loop (say, a FOR
loop) and building an array of resulting points (one column might be
the iteration number, and the other could be the result of each
iteration) I simply cannot get the graph to display anything until the
END of the sequence.
I'd really like to view each data point as it is output from my loop - any ideas as to where I'm going wrong?
Thanks in advance!