EDN Admin
Well-known member
hi, ive learned vb6 over a decade ago, raped my mind with php and now making it hard on myself to do some stuff in vb.net (2010 express) again.
been looking how to do it, but didnt find anything that can help me out yet.
i want to store some data (different types) into an array.
for example i want:
id (integer)
name (string)
away (boolean)
stored in, lets say, UserInfo(some index) to easily address or change it like UserInfo(index).name = ""...
how do i do this and how do i do it best, arraylists, property, ...?
View the full article
been looking how to do it, but didnt find anything that can help me out yet.
i want to store some data (different types) into an array.
for example i want:
id (integer)
name (string)
away (boolean)
stored in, lets say, UserInfo(some index) to easily address or change it like UserInfo(index).name = ""...
how do i do this and how do i do it best, arraylists, property, ...?
View the full article