Hello,
I want to convert the string variable into integer which I am getting from get text activity and same number I wanted to split
The number is 10,0
And in the output it should show 10
For converting I the string to integer I am using
Cint(variable)
But to split that number what should I use?
we do not need to split when we handle correctly the format. But with this format, we recommend to parse it into a double
1 Like
@lrtetala
Thank you it’s working
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.