Hi Sri This depends a little bit on the solver being used, and also on the GUI you're using. I think that with the Tcl/Tk GUI and the QRSlv solver, you might be able to achieve what you need, but I don't think that this feature is implemented in the PyGTK GUI.
I should note that the way the solver, eg QRSlv, operates is quite independent from the way your variables and equations are defined. Just because you define them in a FOR..CREATE loop doesn't mean they're evaluated in the same order, etc. And if you are talking about the METHODS in your model, then currently there is nothing to make specific output of variables, although it is also a feature that we have dicussed, something like a PRINTF statement -- is that perhaps what you're looking for? Cheers JP T.Sri Hari Vikram wrote: > SRI: > > Dear John, > > How are you? > How to print a variable used in ASCEND after every iteration? > For e.g., a variable is calculated in a while loop(which runs as per > condition specified). > How to print the calculated variable after every iteration in the > while loop. > Say, while loop runs for 10 times. How to print the variable that is > calculated in while loop to print 10 times after end of every iteration. > > Thanks, > T. Sri Hari Vikram. ------------------------------------------------------------------------------ _______________________________________________ Ascend-sim-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ascend-sim-users

