9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
#title ZeroMatrix [RCBasic Doc]
|
|
#header sub ZeroMatrix(mA)
|
|
|
|
Clears a matrix
|
|
|
|
Note: Literally does the exact same thing as ClearMatrix. Its here as a legacy call convention.
|
|
|
|
#ref ClearMatrix
|