On Sun, 5 Aug 2012, Allin Cottrell wrote:
On Sat, 4 Aug 2012, Logan Kelly wrote:
> Is it possible to access elements of a list. I need the variable name-as a
> string-of the i_th element of a list. Something like
>
> string variable_name = varnam(ylist[i])
You can't directly index into a list [...]
Actually, that seems a bit lame. Now in CVS and snapshots you
can do that -- the expression above should now work (apart
from the typo of "varnam" for "varname" ;-).
Allin Cottrell