GadgetItemExtra() - a simple question

BlitzMax Forums/BlitzMax Beginners Area/GadgetItemExtra() - a simple question

Fry Crayola(Posted 2005) [#1]
Just a simple question to ensure I've got things right with this one, as I'd hate to find out later down the line and require a chunk of work.

The Extra part of a GadgetItem allows you to store a bunch of data along with the text in each item of a ListBox, yes?

For example, I can create a type with two fields, A and B, and then one item in the listbox could have A=32, B=1, another could have A=12, B=6.

It seems that way, but I just need clarification to be 100% sure.

Cheers!


skidracer(Posted 2005) [#2]
Yes.