Hi friends,
I got simple question about array. Let suppose I got 2 array’s,
Dim SourceArray(300) as integer
Dim DestArray(100) as integer
Now I want to copy value of SourceArray (with the beginning index of 101 and ending index of 200) to DestArray.
Is there any way to do that with one line code (e.g., using copy command)
Thank you.
I got simple question about array. Let suppose I got 2 array’s,
Dim SourceArray(300) as integer
Dim DestArray(100) as integer
Now I want to copy value of SourceArray (with the beginning index of 101 and ending index of 200) to DestArray.
Is there any way to do that with one line code (e.g., using copy command)
Thank you.