another way to do it might be the following. I don't have now the time to
test it:
like [list $1 $2 $3 ... $16 or whatever])
If you know beforehand that 0s won't be part of the arguments, it will be
even easier, just filter out the 0s when detecting the argument type.
- Christof Ressi christof.ressi@gmx.at [2018-12-22 17:15]:
if you're ok with externals you can also use [dollarg] from iemlib or
[canvasargs] from iemguts. for a hacky vanilla solution, see attached
patch. I'm sure there are more ways, this is just one that I remembered.And it is a nice one, Thanks Christof!