8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
#title GetMatrixSize [RCBasic Doc]
|
|
#header Sub GetMatrixSize(mA, ByRef r, ByRef c)
|
|
|
|
Gets the number of rows and columns in a matrix
|
|
|
|
#ref DimMatrix
|
|
|