On Apr 15, 4:05 pm, xhan <[email protected]> wrote: > Its annoying starting a new language - I understand the theory but the > syntax is a whole new thing to me! > > now to work out parse Float!
Don't forget that Google Is Your Friend. And that Javascript is case- sensitive and parseFloat is one word with a capital letter in the middle. http://www.google.com/search?q=parsefloat (Google isn't case- sensitive) One of the best books on Javascript is the Rhino book from O'Reilly ("Javascript: The Definitive Guide", David Flanagan) now in fourth or fifth edition. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
