April 4, 2015
11:17 p.m.
Hi all, I'm parsing some text which contains numbers like "8.324" and I would like to convert it to integer. The problem is that asNumber and asInteger don't make the trick because of the dot ("."), which is there to indicate thousands, not decimal values. Which is the proper message to send? Cheers, Offray