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

10 lines
241 B
Plaintext

#title ArrayCopy [RCBasic Doc]
#header Sub ArrayCopy(ByRef src, ByRef dst)
Copies the contents of src array to dst array
Note: This function is a special case in that it can take any type for src or dst
#ref ArrayDim ArraySize ArrayFill