I have a class from which I'm building an array and would like to write a function that identifies the index number of the object within the array and displays that number (i.e. via the text function). In other words, the class method 'display' includes displaying the index number. Is there a way to do this?
Thanks
1