A
Adam
Hi all,
I need to create a bunch of class instances as myapp runs, but I want to
avoid code like this:
Dim oUser1 as new User
Dim oUser2 as new User
Dim oUser3 as new User
Dim oUser4 as new User
Dim oUser5 as new User
etc. etc.
Is there a more intelligent way to do this?
Thanks in advance!
I need to create a bunch of class instances as myapp runs, but I want to
avoid code like this:
Dim oUser1 as new User
Dim oUser2 as new User
Dim oUser3 as new User
Dim oUser4 as new User
Dim oUser5 as new User
etc. etc.
Is there a more intelligent way to do this?
Thanks in advance!