Dilruba
09-25-2007, 10:48 AM
I am using many Dim variable within the loop.
So i want the value of the variable will be refreshed everytime when the loop is start.
For example
<% While (NOT recordset.eof) %>
dim apple, fruit
<% recordset.MoveNext()
Wend %>
Is there any syntax that will refresh the apple and fruit variable everytime when the while loop starts
So i want the value of the variable will be refreshed everytime when the loop is start.
For example
<% While (NOT recordset.eof) %>
dim apple, fruit
<% recordset.MoveNext()
Wend %>
Is there any syntax that will refresh the apple and fruit variable everytime when the while loop starts