Difeerences of TransferFields

edisonledisonl Member Posts: 25
Hi Everyone,

Can I check whats the difference between
1.Destination_rec.Transferfield(Source_rec,TRUE);
2.Destination_rec.Copy(Source_rec);
3.Destination_rec := Source_rec;

To me it boils down to performing similar data transfers between records variable though.
Regards
1 Destination, Multiple Route

Comments

  • vijay_gvijay_g Member Posts: 884
    Have you read C/SIDE help reference guide(f1)? you can also search in forum the topic has discussed much more time.
Sign In or Register to comment.