[thelist] ASP Variable Types

David at softv.net David at softv.net
Tue Jun 18 10:26:06 CDT 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




More information about the thelist mailing list