2020-11-24
06:05 PM
- last edited on
2021-09-15
12:29 AM
by
Noemi Balogh
2020-11-24 06:26 PM
2020-11-30 01: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.