in reply to Re: Dynamically printing out iteration number from foreach loop
in thread Dynamically printing out iteration number from foreach loop

> In Windows, "\r" can sometimes be useful when tracking the progress of a script.

why only in Windows? Carriage Return is a universal ASCII-code, no problems using it with Linux terminals or other OSes.¹ :)

Cheers Rolf

( addicted to the Perl Programming Language)

¹) I'm sure someone will now come up with some esoteric OS (like TI99/4a home computer) which might have problems here ... =)

  • Comment on Re^2: Dynamically printing out iteration number from foreach loop