Listbox items

Is it possible to give an item in a listbox 2 data values? If so how, and if not, are there any ways around it?

I apologize, it actually needs three values if possible. TY

Of course. Anyway, the data is an array, so you can declare pretty much as many things as you want.

myData=[1,3,456];

pom :asian: