Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Arrays, Application Object and Chatrooms

Status
Not open for further replies.

Lenvdb

Programmer
Jun 21, 2002
81
GB
Yo all!
I need to create a chat forum where users can add new rooms. My logic says I need to create a global variable called Rooms() as an array in vbscript. Then populate this array and store it in the Application object during the Application_onLoad event.

When users log in they can see the list of rooms in a listbox which I populate from this Application("Rooms") object.

This is my logic. Am I on the right track? I keep getting an error message when trying to see the UBound value of the array. i.e. how many rooms there are so I can add another.
The error says - Type mismatch...

How would you do this?

Regards
poor suffering me...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top