10 lines
192 B
Plaintext
10 lines
192 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
|
|
|