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

10 lines
255 B
Plaintext

#title BufferFromMatrix [RCBasic Doc]
#header Sub BufferFromMatrix(ByRef buffer, mA)
Saves the matrix mA in an array
NOTE: buffer must have the same number of dimensions as the desired matrix for the structure to remain intact.
#ref MatrixFromBuffer