thanks Ryan! They look good.
I found 1 typo in the 'looping' tutorial.
line 1: should it be 'Dim i' ?
Code:
Dim 1
i = 0
While i < 10
response.write(i)
i = i + 1
Wend
i'm no vb expert so correct me if i'm wrong, but you should be able to edit the post in the tutorials forum.
thanks again!