Updated docs
This commit is contained in:
22
doc/files/arraysize.html
Normal file
22
doc/files/arraysize.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user