synonyms

Bob Sneidar bobsneidar at iotecdigital.com
Thu Jun 29 12:00:40 EDT 2017


I'm not sure what you mean by "pass by parameters" but I pass arrays by parameters all the time. If you mean:

function getSomeInfo @aMyArray
   -- do some stuff
   return true
end getSomeInfo

That works fine. 

Bob S


> On Jun 28, 2017, at 15:14 , Alex Tweedly via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> He also mention a fourth method - using arrays - which he describes as "more with the grain" which is more appealing, since it solves all the above problems except the limitation on not using 'pass-by-reference' parameters. But I'll split that off to a separate response, with a changed subject/thread header.
> 
> -- Alex.





More information about the use-livecode mailing list