Files
RCBASIC4/doc/files/copymatrixrows.txt
2026-02-26 15:33:51 -06:00

9 lines
225 B
Plaintext

#title CopyMatrixRows [RCBasic Doc]
#header Function CopyMatrixRows(mA, mB, r, num_rows)
Copies the specified matrix rows from matrix mA to matrix mB.
Note: Matrix mB will be redimensioned to the size of the copied rows.