Defined variable

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Defined variable

algyz200
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})
{ }