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...
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...