Wasn't it racinnation who wrote: > >I forgot to add, I changed the Float in the DB to Decimal because >Float was rounding the numbers. Can I parse decimal?
Javascript doesn't have the concept of distinguishing between float and decimal. It doesn't matter though because it all gets converted to text when it gets passed between your server and the client. Just use parseFloat(). -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
