<%target = rsnamelist("ID"
%>
<% do while rsnamelist("id"
= target %>
do some stuff
<% RSNameList.MoveNext %>
<% target = rsnamelist("id"
%>
<% loop %>
my loop fails at the <% do while ..... %> with an error:
Type mismatch
/asp/reports/test.asp, line 100
Its my understanding that all variables are the same type in vb scripting? What am I doing wrong?
thanks
<% do while rsnamelist("id"
do some stuff
<% RSNameList.MoveNext %>
<% target = rsnamelist("id"
<% loop %>
my loop fails at the <% do while ..... %> with an error:
Type mismatch
/asp/reports/test.asp, line 100
Its my understanding that all variables are the same type in vb scripting? What am I doing wrong?
thanks