Hello. I have this fraction:

Qt Code:
  1. 225/222
To copy to clipboard, switch view to plain text mode 

the result is this:

Qt Code:
  1. 1,0135135135135135135135135135135
To copy to clipboard, switch view to plain text mode 

From this decimal number, it's interesting to me to extract this part

Qt Code:
  1. 1,013
To copy to clipboard, switch view to plain text mode 

Then be able to process at a later time. You can do that? If so, how?

Thank you in advance