I get a string that consists of a number and then some text, eg; "23 test", "600 tests test" the string will always start with the number but it has no set length. How do i get the number value and double it?
I get a string that consists of a number and then some text, eg; "23 test", "600 tests test" the string will always start with the number but it has no set length. How do i get the number value and double it?