Adding Progress bar in the script
Hello , I have a data table with a million rows and am trying to add a progress bar window in the script. I found this threat (Progress bar) from Craige useful. I am new to this, so I am still trying to understand where to add the code to indicate the progress. Any suggestions?
Code for a Progress bar from @Craige_Hales progressBarWidth = 500;
progressUpdatesSeconds = 1 / 4; // 1/2 sec updates -
...