11-19-2013 11:34 PM
Sorry for asking such a simpe question here.
I am receiving a string of numbers such as 11.812. I want to convert this string 11.812 to integer. Currently, I tried using Decimal String to Number but all I get is 11. I need to obtain the precision of 11.812.
Please help thank you !:womanhappy:
Solved! Go to Solution.
11-19-2013 11:48 PM
Try using the Fract/Exp String To Number function.
11-20-2013 12:09 AM
Thank you Darren !
11-20-2013 01:37 AM
@pokerprof wrote:
Sorry for asking such a simpe question here.
I am receiving a string of numbers such as 11.812. I want to convert this string 11.812 to integer. Currently, I tried using Decimal String to Number but all I get is 11. I need to obtain the precision of 11.812.
Please help thank you !:womanhappy:
Then you dont want an integer. 🙂
/Y