> < ^ Date: Tue, 25 May 1999 22:06:11 -0400 (EDT)
> < ^ From: Drew Krause <drkrause@mindspring.com >
> ^ Subject: building matrix from list

Hi, maybe I've overlooked this function in the documentation somewhere.

Can someone tell me the best way to build an array of sublists from a
given flat list, e.g.

from  "[1,2,3,4]"   to  "[[1,2],[3,4]]"   ?

Any suggestions would be appreciated. Thanks!

////////////////////////////////
Drew Krause           Miami, FL      
     dkrause@netside.net    
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

> < [top]