Hail,

I have a page that created X number of text boxes called txtTest. Now when I need to access the info within, I know I can use txtTest(X) where X is the text box I need. This all works fine, what I'm looking for now is to find out the maximum amount of text boxes through something similar as UBound in VB. I know in VB I'd do Y=txtTest.UBound, so what can I do in VBScript to get that same info?

Phailak