DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


RemoveColumn

Declaration: TMatrix.RemoveColumn (col: integer): boolean;
The method RemoveColumn deletes the column col of the matrix. The parameter col may take any value between 1 and NrOfColumns. The size of the table is decreased by one column. The function returns a TRUE value if the indicated column has been removed, otherwise a FALSE value is returned.