|
-
Jan 16th, 2000, 05:20 PM
#1
Thread Starter
Addicted Member
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
[email protected]
http://www.omarswan.cjb.net
To God Be The Glory
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|