|
|
||
|
impossible in 5.1 to pass nil values to vararg functions and know that the user explicitly passed an empty value.
It is possible. See also recent posts about this on this list:
http://lua-users.org/lists/lua-l/2006-02/msg00537.html
Specifically the "select("#", ...)" construct.
Why thank you! Odd, but workable.