On Tue, 2 Jan 2018, Sven Schreiber wrote:
Hi,
not sure this is the appropriate error message:
<hansl>
function void checknull(void)
nulldata 10
end function
checknull()
</hansl>
The message was in one sense correct but (agreed) not really
appropriate. I've replaced it in git with another existing message
string that seems better: you'll now get get
The "nulldata" command cannot be used in this context
Allin