Files
RCBASIC4/doc/doc_files/arraycopy.html
2026-02-26 15:33:51 -06:00

26 lines
600 B
HTML

<!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>
</p>
</body>
</html>