View Single Post
02-23-13, 08:45 AM   #4
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Haleth's example is how you do this unless you have some reason not to just use the value you're looking up as the key, like if the values aren't unique, and even then if the table is large enough you might consider constructing a lookup table.
  Reply With Quote