Still confused. How do you get COPY to do type-agnostic, for example if you're moving a value from MHR to string? Cast the input to byte level?So I was asking if we still need MEMCOPY for type-agnostic.
COPY does the "normal" 99% data copying needs (it's just a macro for all the various other instructions). There is 1% it does NOT do, e.g. MHR to/from STRING is part of that 1%.There is a chart in Designer 2.2 that shows all the nasty details of all the data copying instructions vs. what they can do. Look at Help Topic DmD0431 "Data Operations". 99% of the time, COPY will do what you want.