Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Try having the command "psspy.psseinit(12000)" before the main for loop.

Try having the command "psspy.psseinit(12000)" before the main for loop.loop. Also put the file opening commands outside the loop. You will still get multiple headers!
The activity "LOUT" has a fixed-length text formatted output (approx. 60 lines x 150 cols) and information overflowing will generate a second 'page' with headers and all.

Text parsing using python might be a solution to eliminate unwanted headers.