Hello friends,
My problem is that I have a string with text and a single number in it.
The size of this number can variate in number of digits but is always located on the right side of the string.
I want to retrieve this number out of this string.
Are there any nifty functions for this ? I've been looking at the Format() functions but as far as I could see this isn't gonna help me out.
Thanks a lot for any responds
My problem is that I have a string with text and a single number in it.
The size of this number can variate in number of digits but is always located on the right side of the string.
I want to retrieve this number out of this string.
Are there any nifty functions for this ? I've been looking at the Format() functions but as far as I could see this isn't gonna help me out.
Thanks a lot for any responds