Re: [Pharo-users] Converting a string containing dots to integer

2015-04-04 Thread Offray Vladimir Luna Cárdenas
ro-users@lists.pharo.org>> wrote: -- Forwarded message -- From: Benoit St-Jean mailto:bstj...@yahoo.com>> To: Any question about pharo is welcome mailto:pharo-users@lists.pharo.org>> Cc: Date: Sat, 4 Apr 2015 23:40:01 + (UTC)

Re: [Pharo-users] Converting a string containing dots to integer

2015-04-04 Thread Cyril Ferlicot
Benoit St-Jean > To: Any question about pharo is welcome > Cc: > Date: Sat, 4 Apr 2015 23:40:01 + (UTC) > Subject: Re: [Pharo-users] Converting a string containing dots to integer > Do you have more details? > > Such as, do you have values with more than one dot

Re: [Pharo-users] Converting a string containing dots to integer

2015-04-04 Thread Benoit St-Jean via Pharo-users
stjean Twitter: @BenLeChialeux Pinterest: benoitstjean IRC: lamneth Blogue: endormitoire.wordpress.com "A standpoint is an intellectual horizon of radius zero".  (A. Einstein) From: Offray Vladimir Luna Cárdenas To: Any question about pharo is welcome Sent: Saturday, April 4, 2015 7

Re: [Pharo-users] Converting a string containing dots to integer

2015-04-04 Thread Benoit St-Jean via Pharo-users
: endormitoire.wordpress.com "A standpoint is an intellectual horizon of radius zero".  (A. Einstein) From: Offray Vladimir Luna Cárdenas To: Any question about pharo is welcome Sent: Saturday, April 4, 2015 7:17 PM Subject: [Pharo-users] Converting a string containing dots to integer Hi

[Pharo-users] Converting a string containing dots to integer

2015-04-04 Thread Offray Vladimir Luna Cárdenas
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?