in reply to Changing data within a matrix

How about
undef $_->[0] for @matrix;
:)

jeffa

L-LL-L--L-LL-L--L-LL-L--
-R--R-RR-R--R-RR-R--R-RR
B--B--B--B--B--B--B--B--
H---H---H---H---H---H---
(the triplet paradiddle with high-hat)

Replies are listed 'Best First'.
Re: Re: Changing data within a matrix
by nadadogg (Acolyte) on Feb 11, 2004 at 21:37 UTC
    That did the trick. Thanks a bunch