Once again my limited knowledge of javascript is evident. My apologies, and thanks again to Andew and everyone else who helped along the way.
On Dec 14, 8:37 pm, Andrew Leach <[email protected]> wrote: > Negative numbers don't work, or at least they are not part of the > standard, and I didn't use one. The substring starts at the third > character from the end, and runs to the end of the string by default: > > tld = tld.substring(tld.length-3); > > 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.
