On Nov 14, 10:45 am, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
>
> point.push(new GLatLng(<%=Recordset3.Fields.Item("X").Value%>,<
> %=Recordset3.Fields.Item("Y").Value%>));
> //This is working right. After taking this points coordinates, i want
> to take the next row.but it is not working.
> <%=Recordset3.MoveNext%>

Isn't <%= a shorthand for <% Response.Write() ?

Try
<%Recordset3.MoveNext%>

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to