22 lines
518 B
HTML
22 lines
518 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>ArraySize [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function ArraySize(Byref id, array_dim) </h2></p>
|
|
<p>
|
|
Returns the number of elements in the given dimension of an array
|
|
</p>
|
|
<br><p>Related:
|
|
<a href="arraydim.html">ArrayDim</a>
|
|
<a href="arraycopy.html">ArrayCopy</a>
|
|
<a href="arrayfill.html">ArrayFill</a>
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |