omarswan
Jan 16th, 2000, 04:20 PM
Is it possible to make a public array of TYPE.
example. I created the followin type and placed it inside a module.
Public Type CUsers
UserName As String
IP_Address As String
End Type
On a Form I tried the following :
Dim Students as Public CUsers
I got an error.
Is there a way to work around that?
------------------
OmarSwan
omarswan@yahoo.com
http://www.omarswan.cjb.net
To God Be The Glory
example. I created the followin type and placed it inside a module.
Public Type CUsers
UserName As String
IP_Address As String
End Type
On a Form I tried the following :
Dim Students as Public CUsers
I got an error.
Is there a way to work around that?
------------------
OmarSwan
omarswan@yahoo.com
http://www.omarswan.cjb.net
To God Be The Glory