So I’m making something which divides the number of user inputs over multiple scripts.
I know how to detect explicit parameters:
[length V] of ([input names V] of (script))
But the problem is with implicit empty slots:
I’ve tried metaprogramming, but I just can’t find any way to detect the empty slots.
Does anyone know how?
