21 lines
431 B
HTML
21 lines
431 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>GetMatrixSize [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Sub GetMatrixSize(mA, ByRef r, ByRef c) </h2></p>
|
|
<p>
|
|
Gets the number of rows and columns in a matrix
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="dimmatrix.html">DimMatrix</a>
|
|
</p>
|
|
<p>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |