----- Original Message ----- From: "Chas. Owens" <[email protected]> To: "itshardtogetone" <[email protected]> Cc: [email protected]
If you absolutely must avoid outputting data until after the loops are finished, you should probably write your output to a file and then display the file after the loop. Yes, for sequential reasons, I need to output data only after the loops. Thanks for the advice everybody, I will save to a file and then recall it later. Thanks
