Forum OpenACS Development: Re: passing arguments, ad_proc definitions

Collapse
Posted by Torben Brosten on
Actually, one can differentiate between an empty value and a nonexistent value using this technique. An empty value is when a named parameter is passed and it's paired value is empty. A named parameter that is not passed *is* nonexisting.
Collapse
Posted by Dave Bauer on
Correct. When you name the paramter do NOT specify a default value and then you can use info exists to check if it was specified or not.