[thelist] ASP Variable Types

thelist@lists.evolt.org thelist at lists.evolt.org
Tue Jun 18 10:26:06 2002


Response.Write(TypeName(variable))

or

Response.Write(VarType(variable))

This one will give a number code assigned to that variable type. See:
http://www.asp-help.com/getstarted/ms/vbscript/187.asp for a list of type
codes.

Dave
http://java.dbmdata.com