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

 

 

 

 

 

 

 

 

 

 

 

 

Set

The Set statement is used to assign an object to a variable and is primarily used in object creation. You should be careful to use the Set keyword whenever you are assigning or creating an object.

Dim oDict        ' dictionary object
' create an instance of the scripting dictionary (hash table) Set oDict = Server.CreateObject("Scripting.Dictionary")
oDict.Add "red", "#ff0000"
oDict.Add "green", "#00ff00"
oDict.Add "blue", "#0000ff"

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.