Subject Re: [firebird-support] UDF:s and nulls
Author Ivan Prenosil
> I've seen in some documents that UDF:s can't take NULLs as input and
> can't return NULLs. But then I've seen indications in other places of
> UDF:s doing exactly that.

* About NULLs as input parameter you can read this document
http://www.volny.cz/iprenosil/interbase/ip_ib_udf_null.htm

* NULL can be returned from UDF, provided the value
is passed by reference, not by value.

Ivan