a simple workaround is to place an "if(1==1){}" cut between the prints to
force their order.Regards, Matthias From: Deron Eriksson <[email protected]> To: [email protected] Date: 05/23/2016 01:55 PM Subject: synchronized prints? Hi, Is there a way to make sure that print statements are synchronized while developing a DML script? By this, I mean is there currently a way to ensure that the order of print statements in a DML script are the order in which they are displayed to standard output? Deron
