<div dir="ltr"><div><div>Hi,<br><br></div>I&#39;m attempting to show the progress through a
 loop in NCL. Instead of writing the percentage completed to a new line 
during each loop iteration using print(), I want to overwrite the 
previous line.<br><br></div>For more clarification I&#39;d like something that is constantly being overwritten to show the current progress:<br><div><br></div><div>35.3% Completed<br><br></div><div>Rather than something like this:<br><br></div><div>35.2% Completed<br></div><div>35.3% Completed<br></div><div>35.4% Completed<br></div><div>etc.<br></div><div><br>I&#39;ve searched through the function codes that manipulate strings, but I couldn&#39;t find anything. Is this even possible via NCL? <br><br></div><div>Thanks<br><br></div>-Sam</div>