Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Done Automatic evaluation of array subscripts?

May
13,834
211
I don't know if this is parser_feasible but it would surely be convenient ... being able to use

Code:
echo %array[%i+1]
set array[%i+2]=foo

instead of

Code:
echo %array[%@eval[%i+1]]
set array[%@eval[%i+2]]=foo
 
Back
Top