Okay, I have figured that out. I sort of know how to make it so that some of the numbers that are displayed to be converted into progress bar value. I just need to know how to split in more the one spot. I know I guess I could split each spot at different variables, but is there a way that I can do it one line of cammand?
The numbers go like this.
[00.0%] 0/100 frames, 2.00 fps, 700.07 Kb/s, eta 4:30:00
I want to split ever thing into its each own part. But for the fisrt part, I need to take out the "[]", and the "%".
I tried Split("[")(0) but that took out everything. I tried Split("[")(1), it worked but then I got after running for a few more seconds, I got an error.