[Tutor] Creating a list of lists

Ben Beuchler insyte@emt-p.org
Mon, 24 Jan 2000 01:07:15 -0600 (CST)


I will be working with a ';' delimited text file with customer information
on each line.  I would like to treat it as a 'list of lists' as it where.

For some reason, I can't seem to come up with a way to add a list to a
list as a list.  ;-) I hope that didn't make sense to you, because it
doesn't to me.

What I can't figure out how to accomplish is combining lists inside
another list without it just becoming smashed together in one big list.

[1,2,3] and [4,5,6] should become [[1,2,3], [4,5,6]] not [1,2,3,4,5,6].

Thanks for any direction...

Ben 

-- 
"There is no spoon"
	-- The Matrix