Files
RCBASIC4/doc/files/zeromatrix.html
2024-12-14 15:28:03 -05:00

23 lines
485 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>
</body>
</html>