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

8 lines
238 B
Plaintext

#title MatrixFromBuffer [RCBasic Doc]
#header Sub MatrixFromBuffer(mA, r, c, ByRef buffer)
Creates a matrix from an array.
NOTE: buffer must have the same number of dimensions as the desired matrix for the structure to remain intact.