Hello everyone and anyone. I'm new to ASP and to this forum. So please bear with me. I have a Do While loop and need to know how to capture the results of the loop (which is displayed on the screen) into something like variables.
In other words:
LOOP RESULT
8:00 PM
9:00 PM
Should be able to store results in variables
var1 = 8:00 PM
var2 = 9:00 PM
Any and all help is appreciated.
In other words:
LOOP RESULT
8:00 PM
9:00 PM
Should be able to store results in variables
var1 = 8:00 PM
var2 = 9:00 PM
Any and all help is appreciated.