Array

gappe
11-27-2003, 03:21 AM
I'm trying IRC client and I want to store User(Nick, Hostname and Status{Blocked}). So what should I do to store these things.
Please Help me.

M.C
11-27-2003, 03:27 AM
I'm trying IRC client and I want to store User(Nick, Hostname and Status{Blocked}). So what should I do to store these things.
Please Help me.

you can make your own user defined type then make an array out of that


private type TUser
Nick as String
Hostname as String
Status as Boolean
End Type

Private User() as TUser

gappe
11-27-2003, 03:32 AM
that means "Private User() As TUser" this will be an array now.
can you tell me simple methods of using this.

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum