I sort of know what you are saying. I already have the progress bar up and running now, and in the middle of it, it displays the percent that it is at. I was wrong when I said that the format for the stdout percent was 00.0%. It is actually
0.0%. So using the substring as long as the percentage is under 10.0% it will work without a problem. As soon as it gets to 10.0%, the 5th character which is a space before the 0/100 will turn into the 6th character because another character is
being added (0.0% to 10.0%)
↧