This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

List or arrays?

Help for those learning Tcl or writing their own scripts.
Post Reply
k
kwnds
Voice
Posts: 21
Joined: Thu Mar 15, 2007 2:51 pm

List or arrays?

Post by kwnds »

I am creating a script that check if the user is logged or not.
After i check if the user is logged, i want to create a list or a array that contain all the nick name that are logged.
Whate you advice to me, a list or a array? Its easy insert, browse, replace and remove information from a list or a array?
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Matter of preference..I usually use lists, and in rare occassions use arrays when a list isn't suitable.
Post Reply