24 lines
492 B
HTML
24 lines
492 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>ZeroMatrix [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub ZeroMatrix(mA) </h2></p>
|
|
<p>
|
|
Clears a matrix
|
|
</p>
|
|
<p>
|
|
Note: Literally does the exact same thing as ClearMatrix. Its here as a legacy call convention.
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="clearmatrix.html">ClearMatrix</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |