> I changed 100 to 1000 and I get: > > Error: markers[i] is undefined > Source File:http://hardins.com/retail5.htm > Line: 127
Yes, of course you do. Say you have 600 entries when you get to read 601 it gives an error. You need to change your loop so as to find out for itself how many entries to look at. You could either use a 'while' construct - or find out how long markers array is, the answer for that has already been given. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
