On Oct 21, 4:57 pm, phicarre <[email protected]> wrote: > > > Your function can then strip out the brackets, split the resulting > > string on commas to produce an array like > > ["1.1","9.4","1.15","9.4","1.2","9.35",...] > > could you name the functions for doing that ?
String.replace String.split I suppose I could have said "replace the brackets with nothing, to strip them out". I wholeheartedly recommend a book on Javascript. David Flanagan's "Javascript: The Definitive Guide" published by O'Reilly is, well, definitive. There must be similar books in other languages if necessary, too. 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 -~----------~----~----~----~------~----~------~--~---
