A
Andreas Martin
Hi all,
I try to write a function that returns a novalue ("#NV") under some
circumstances.
I don't know how to manage this, but it must be possible, cause:
function test(v)
test = v
end function
and "=test(#NV)" in a cell produce the novalue, I want to...
I tried:
function test()
test = evaluate("=#NV")
end function
but that doesn't work too. Has anyone an idea?
Kindly regards,
Andreas Martin
I try to write a function that returns a novalue ("#NV") under some
circumstances.
I don't know how to manage this, but it must be possible, cause:
function test(v)
test = v
end function
and "=test(#NV)" in a cell produce the novalue, I want to...
I tried:
function test()
test = evaluate("=#NV")
end function
but that doesn't work too. Has anyone an idea?
Kindly regards,
Andreas Martin