How to copy an array
TC
Posts: 1,019
Hello All,
I need to find a way to copy an array.
I know there has to be a way. What I have is not allowed. Please help.
Thanks
TC
I need to find a way to copy an array.
@flag := @G_Cmd
I know there has to be a way. What I have is not allowed. Please help.
Thanks
TC
Comments
BYTEMOVE(@flag,@G_Cmd,15)
This will move 15 bytes from the array G_Cmd to the array flag.