I can then place a string into NamesListAll1 by the following:
(set (read (nth 0 listoflists))"Just a string")
However, instead of a string, I want a list inside NamesListAll1 -- such as
("Mary" 13.7) -- but I don't know how to do it.
I'm tearing out what little hair I have on this one. Any tips?
Len Miller
What I meant to make clear -- and I didn't.
I actually wish to have NamesListAll1appear as (("Mary" 13.7)("Josh"
0.9)("Susan" 855.3) etc). Therefore, I wish to CONStruct these two-item
lists as I proceed.
"Fatfreek" <mill...@ZAPCAPSarkansas.net> wrote in message
news:Y4adnXCSW_w...@arkansas.net...