11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
#title StringArrayCopy [RCBasic Doc]
|
|
#header Sub StringArrayCopy(ByRef src$, ByRef dst$)
|
|
|
|
This function is exists to be internally called by the runtime but should not be called directly.
|
|
|
|
<b>Use ArrayCopy()</b>
|
|
|
|
#ref ArrayCopy
|
|
|
|
|