Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Force String to Float?


  • From: wdlists at triche-osborne.com (Triche Osborne)
  • Subject: [Javascript] Force String to Float?
  • Date: Tue May 15 07:36:27 2007

tedd wrote:
> At 2:30 AM +0100 5/15/07, Matt Warden wrote:
>> On 5/15/07, tedd <tedd@xxxxxxxxxxxx> wrote:
>>> So, how do I force a string to a float?
>>
>> parseFloat(...)
> 
> 
> I tried that, but found it problematic.
> 

Problematic? How so? It's core JS. What sort of problem have you 
encountered with it?

Triche