Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

List inside a list?

0 views
Skip to first unread message

Fatfreek

unread,
Feb 13, 2003, 10:49:46 AM2/13/03
to
Variable ListOfLists looks like this:
("NamesListAll1" "NamesListAll2" "NamesListAll3" etc)

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


Fatfreek

unread,
Feb 13, 2003, 1:55:56 PM2/13/03
to
Oops!

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...

0 new messages