Updated docs
This commit is contained in:
25
doc/files/arraycopy.html
Normal file
25
doc/files/arraycopy.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>ArrayCopy [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>sub ArrayCopy(ByRef src, ByRef dst) </h2></p>
|
||||
<p>
|
||||
Copies the contents of src array to dst array
|
||||
</p>
|
||||
<p>
|
||||
Note: This function is a special case in that it can take any type for src or dst
|
||||
</p>
|
||||
<br><p>Related:
|
||||
<a href="arraydim.html">ArrayDim</a>
|
||||
<a href="arraysize.html">ArraySize</a>
|
||||
<a href="arrayfill.html">ArrayFill</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user