Home  |  Latest News  |  Contribute  |  F.A.Q.  |  Account  |  Scripts | About
Search ASPNut:
 
ASP Reference
Server Variables
ASP Glossary
Related Sites

Free Components

HTML Reference
Web Colors
Entities
CSS Level 1
Encode/Decode
Glossary

Our Sponsors
ASP Nuke CMS
Free Auctions
PHP 5 Script
Funktastic Blog
ULost Directory
Team Task

 

 

 

 

 

 

 

 

 

 

 

 

TypeName

The TypeName function returns the type of an object a variable has been set to. It returns a string which indicates what type of object the variable references if the variables has been Set to an object.

Dim dDate
Dim oHash
dDate = Now()
Response.Write "TypeName = " & TypeName(dDate) & "<BR>"
Set oHash = Server.CreateObject("Scripting.Dictionary")
Response.Write "Hash Type = " & TypeName(oHash)

Orvado Technologies

ASP Nuke CMS
Free Open Source
Content Manager
HomeFix Boards
Home Remodeling
Message Boards

Contact Us | Contribute | About | Site Map



"Never trust a computer you can't throw out a window." - Steve Wozniak

©2007 Orvado Technologies, All Rights Reserved
ASP Nut provides articles and reference documentation for Active Server Page developers.