GetMatrixSize (mA, ByRef num_rows, ByRef num_columns )
num_rows とnum_columns で指定された範囲の行列 mA から行数と列数を取得します。
用例:
GetMatrixSize (
0
, r, c )