- May
- 13,125
- 180
Is there a syntax which will allow me to reference an element of an array when I have the name of that array in a variable? Here's a simple partial example.
Code:
:showarray [arrayname]
echo ???????[0] & rem What do I put here if I want to see the 0th element in the array?
return