04-18-2012, 04:46 PM
Hi All,
I am working on an issue, I have a string value
str="123 344 123"
now i want to extract these values into 3 different variables
like
a=123
b=344
c=123
Any suggestion how can i do it?
I am working on an issue, I have a string value
str="123 344 123"
now i want to extract these values into 3 different variables
like
a=123
b=344
c=123
Any suggestion how can i do it?