AW: [flexcoders] Re: Number(011) = 9 ????

2005-10-05 Thread Christoph Diefenthal
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Christoph Diefenthal Sent: Tuesday, October 04, 2005 7:34 PM To: 'flexcoders@yahoogroups.com' Subject: AW: [flexcoders] Re: Number(011) = 9 Ok thank you all, I workaround (or isn't it a workaround??) this problem by using parseInt(011

Re: AW: [flexcoders] Re: Number(011) = 9 ????

2005-10-05 Thread Darron J. Schall
Christoph Diefenthal wrote: My last question was only, whether there is a way to use the Number class to produce this output, because I thought that it is not the most object-oriented way to use the global function parseInt(...)... Use numVar = parseInt( string, base ) to convert a string to

AW: [flexcoders] Re: Number(011) = 9 ????

2005-10-04 Thread Christoph Diefenthal
Ok thank you all, I workaround (or isn't it a workaround??) this problem by using parseInt(011, 10) to get the decimal-system value. How can I use the Number-class to convert the values? Is there a Number.parseInt() function? There is no such function mentioned in the Flex ActionScript