ID:179274
 
I need to what I could use to find out what number an item in a list is, such as:

var/list/ListOfStuff contains:
Thingy
Doodad
Whatchamacallit
Thingamabober
Whippersnapper
Dohickey
Thingamajig

So, ListOfStuff[1] = "Thingy", and ListOfStuff[5] = "Whippersnapper", but how do I find out what number "Thingamajig" is?
Use ListOfStuff.find()