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

Help needed with lists of lists...

0 views
Skip to first unread message

micKeyDisco

unread,
Jul 27, 1998, 3:00:00 AM7/27/98
to
Hiya,

I'm using a list of lists to store membernums in a sort of stack, so
that they can be put in
on mouseup or other events, and gotat on idle.

Can you help me with the syntax for the following operations...

[[1,2,3,4,5], [6,7,8,9]]

How to delete the number 1?
How to add a 0 at the end of second list?

I'm usually OK with addat and deleteat but when theyre nested it all
gets a bit tricky.

Cheers,

m


Chuck

unread,
Jul 27, 1998, 3:00:00 AM7/27/98
to
deleteAt((getAt(bigListOfLists, 1)), 1)

--
-----------------------------------
For email replies remove nospam from address.

Chuck Neal
Interactive Planet Inc
------------------------------------

Macromed5

unread,
Jul 28, 1998, 3:00:00 AM7/28/98
to
...or search technotes with keyword "multidimensional" for some utility
routines for nested-list manipulations.

jd


John Dowdell, Macromedia Tech Support, San Francisco CA US
Private email option:http://www.macromedia.com/support/priority.html
Technotes:http://www.macromedia.com/support/search/powersearch.htm
Entertainment on the web: http://shockrave.macromedia.com/

0 new messages