GetMatrixSize (mA, ByRef num_rows, ByRef num_columns )

Gets the number of rows and columns from matrix mA in the num_rows and num_columns

Example:
     GetMatrixSize ( 0, r, c )