Howdy people,

I know there is a code to do this, but I forgot what it is...


It was something where i can listbox.items.add("Visible Value in LB", "Hidden Value") or vice versa...

Reasoning:

Trying to make simple chat, with multiple rooms...

When User 1 connects, his id is 1, User 2 connects with his id of 2.

When User 1 leaves the room, i need the user 2 client to remove 'User 1'(id of 1).


Thanks in advance.