Hi guys,
Is it possible to copy memory from a source to a specific variable in a rec and then down?
This is my rec:
I would like to copy data from a byte rec to the rec but the destination should start from random1. Meaning that the function should not touch the name variable.
I hope that was understandable.
Thanks
Is it possible to copy memory from a source to a specific variable in a rec and then down?
This is my rec:
Code:
private type myrec
name as string
random1 as string
random2 as string
end type
I hope that was understandable.
Thanks