I've tried searching for how to do this, but there wasn't very much I could find and even then the examples I found where hard to understand.
How do I use "tokenat" to get a value from an array, say the number 60 stored at 3, 1, 0?
A tutorial or a method of making the expression easier to understand would be very helpful for me.
EDIT: MY intention to take a value from an array (say again, 60 at 3, 1, 0) and store the found value in an instance variable.