Ok I receive info info in my richtectbox and it look's like this

Code:
Progress.....: 3264512000000/1000000000000000 (12.33%)
HW.Monitor.#1: 99% GHW, 76c Temp
HW.Monitor.#2: 98% GHW, 72c Temp
HW.Monitor.#3: 97% GHW, 75c Temp
HW.Monitor.#4: 96% GHW, 65c Temp
what I need only is percentage (12.33) to be extracted to txt1

from HW.Monitor#1 only temp as value "76" to txt2
from HW.Monitor#2 only temp as value "72" to txt3
from HW.Monitor#3 only temp as value "75" to txt4
from HW.Monitor#4 only temp as value "65" to txt5