Defined variable

Posted by algyz200 on
URL: http://imagej.273.s1.nabble.com/Defined-variable-tp5002032.html

Hi,

Is there any function in ImageJ which would check if the variable is
defined? I mean something like this in perl: if (defined $hash{$key})
{ }