Thanks Ian, i had a guess at why add to stack/queue were the same and i thought it might be consistancy, i just threw in the example as i was geting a little confused at the whole thing
So a subscript is the index of an array thats already been set up?
So like Example(10) would create an array called example with 11 elements and:
Example(2) = 4 would put the value 4 into the element 2 of the array (all simple stuff that ive already covered)
So:
4 Would then be that subscript? Is this right?
Edit: Re-reading that a couple of times i now think perhaps the subscript
is the index. So actually the subscript is 2 i think.