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

24 lines
527 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>StringArrayCopy [RCBasic Doc] </title>
</head>
<body>
<p><h2>Sub StringArrayCopy(ByRef src$, ByRef dst$) </h2></p>
<p>
This function is exists to be internally called by the runtime but should not be called directly.
</p>
<p>
<b>Use ArrayCopy()</b>
</p>
<br><p>Related:
<a href="arraycopy.html">ArrayCopy</a>
</p>
<p>
</p>
</body>
</html>