where does the null come from? W Wacek Kusnierczyk Wed, May 13, 2009 2:23 AM m = matrix(1:4, 2) apply(m, 1, cat, '\n') # 1 2 # 3 4 # NULL why the null? vQ