Does anyone know if there is any way to pass a variable to the Array.IndexOf() thingy?
If I had loads of UIDs or something similar loaded into an array and I wanted to find what it's X was, how do I do that? It looks like Array.IndexOf(Object.UID) doesn't work, the only time I can get a result out is if I specify the number in quotes i.e. Array.IndexOf("111"). This isn't of much use to me
I've tried looking through the other topics and can't find anything.