Files
RCBASIC4/doc/files/typearraycopy.txt
2026-02-26 15:33:51 -06:00

10 lines
241 B
Plaintext

#title TypeArrayCopy [RCBasic Doc]
#header Sub TypeArrayCopy(ByRef src as empty, ByRef dst as empty)
This function is exists to be internally called by the runtime but should not be called directly.
<b>Use ArrayCopy()</b>
#ref ArrayCopy