|
Its not possible to step through asp like you do in vb because normal asp (i.e not asp.net) is an interpreted language not a compiled one.
The best way to keep track of your variables is to use plenty of response.write statements to help you see what values are there.
|