Hi all;

I have text which contain data like below

Hello
value1=2
value2=3
value3=4

i want to read these data and put them different variables.
For example my variables wil be
variable1=2
variable2=3
variable3=4

Thanks