2020-11-25 03:05 AM - last edited on 2021-09-15 09:29 AM by Noemi Balogh
2020-11-25 03:26 AM
2020-11-30 10:53 AM
Luke wrote:What do you mean by deep copy? GDL doesn't use references and pointers, everything is returned by value.
I can successfully call these macros into my main gsm using a CALL and obtain the relevant values using the RETURNED_PARAMETERS command.
But... I cannot figure out how to make a 'deep copy' of the returned values which are all text string parameters.