Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Collections in vbscript using asp

 
Logged in as: Guest
arrSession:exec spGetSession 2,3,89
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> ASP >> Collections in vbscript using asp
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 Collections in vbscript using asp - 6/2/2001 7:05:24 AM   
  BlurBaby21

 

Posts: 2
Score: 0
Joined: 6/2/2001
From: Singapore
Status: offline
How do i declare a collection in asp?
 
 
Post #: 1
 
 Re: Collections in vbscript using asp - 6/2/2001 12:16:00 PM   
  Roy

 

Posts: 1
Score: 0
Joined: 6/2/2001
From:
Status: offline
u can do this :
create n declare the collection
dim mcol
set mcol = server.createobject("Scripting.Dictionary")
If To add into collection
mcol.add "staffInfo"
If To access :
mcol.item(1)

(in reply to BlurBaby21)
 
 
Post #: 2
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> ASP >> Collections in vbscript using asp Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts