[thelist] Length of ASP request.form object

Kristian Duske ml.duske at gmx.net
Fri Feb 22 10:05:00 CST 2002


> Can anyone offer any code to find the length of the ASP
> request.form object?

Request.form is a collection and thus has the count property:

dim count
count = Request.form.count

Regards
Kristian



More information about the thelist mailing list