Aleksi Niemelwrote: > ... > a=[1,2,3]; a.insert(-1, [4,5]); p a; > [1, 2, [4, 5], 3] > I don't like this because it implies there is no way to use the 'insert' method to put something at the end. I would prefer that using -1 would result in: [1, 2, 3, [4, 5]] Guy N. Hurst -- HurstLinks Web Development http://www.hurstlinks.com/ Norfolk, VA - (757)623-9688 PHP/MySQL - Ruby/Perl - HTML/Javascript