Re: What happened to my code
- From: Laser Lips <loudsphiers@xxxxxxxxx>
- Date: Tue, 29 Apr 2008 08:40:12 -0700 (PDT)
Instead of ...
customarray[i] = "'" + <%=rs("name")%> + "'";
use ...
customarray[i] = "'<%=rs("name")%>'";
Graham
.
- Follow-Ups:
- Re: What happened to my code
- From: Laser Lips
- Re: What happened to my code
- References:
- What happened to my code
- From: hon123456
- Re: What happened to my code
- From: "Álvaro G. Vicario"
- Re: What happened to my code
- From: Tom Cole
- What happened to my code
- Prev by Date: Re: Java Applet vs. AJAX for continuous data
- Next by Date: Re: What happened to my code
- Previous by thread: Re: What happened to my code
- Next by thread: Re: What happened to my code
- Index(es):