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 > <[email protected]> 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. _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
