26 lines
600 B
HTML
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> |