Yeah, so do I - that's why it's important to me :-).

But you can't do that using the "parameters as strings" techniques described by Mike Bpnner and Paul Dupuis - i.e.

   DoSomething "type=chart", "size=100"

or

  DoSomething "type=chart, size=100"


Also, you can use the technique of using paramcount() and param(i) to pass a variable number of parameters - but you can't make those variable ones be passed by reference (unless I've missed something).

-- Alex.


On 29/06/2017 16:14, Mike Kerner via use-livecode wrote:
Alex,
I don't understand.  I pass arrays as parameters all the time, and I use
the pass by reference "@", too.
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to