On Tue, Jul 27, 2010 at 4:51 AM, Gleb Peregud <gleber.p@REDACTED> wrote: > [{td, [],[W,X]} || {W, X} <- lists:zip([1,2,3], [1,2,3])] [{td,[],[X,X]} || X <- lists:seq(1,3)]. -michael ("terser than thou") turner