[comp.sys.next] Is this a bug?

tsui@silver.bacs.indiana.edu (Yufeng Tsui) (07/27/89)

   I am having some trouble using method removeColAt: in matrix.  I found 
[aMatrix removeRowAt:row] works but [aMatrix removeColAt:col] will always
remove the rightmost column of the matrix. Does anyone else noticed that?

--yufeng

tsui@silver.bacs.indiana.edu