On 06/26/2011 02:31 PM, Sven Schreiber wrote:
I have the following (example) function which specifies a
"null" default
for an optional list argument:
function scalar defaultnullcheck(const list mylist[null])
print "nothing happening"
end function
hm, I notice that the manual is a bit confusing with respect to null
list arguments (see p.64 of the manual which says default values are
only for scalar int and bool, but which is then overruled by p.69/70 for
lists)...
-sven