Re: A83:BASIC Question


[Prev][Next][Index][Thread]

Re: A83:BASIC Question




This would do the same, but you have to store to X the index

"L"+Str1+"(X)"->Str2
expr(Str2)


Linus Akesson wrote:
> Try this:
> 
> "LNAME"->Str1
> "L"+Str1+"(X)"->Y1           ;the "L" is the list name prefix
> Disp Y1(2)                   ;use this to obtain element #2
> 

-- 
Scott "_Wrath_" Dial
homosapian@geocities.com
ICQ#3608935
http://www.geocities.com/~homosapian/


References: