If I'm going to need to use (say) the size of an array several times then is it more efficient to declare a new variable and put the size of the array into it or is it more efficent to use .size to look it up again each time? (Sorry if this is a very niave question - I'm very new to this). Thanks in advance,
Catkinq