Is there way of copying the whole array into another array? Other than using a for-loop.
Does the move or copy command work for this? I did try but it had an error:
hmm...call RtlMoveMemory API.... But that's a for-loop indeed... OK.let's hope it's already optimized by SIMD instructions... or ASM and call SIMD instructions yourself...