Hi,
how can I check if a local variable was initialized or assigned.
local numbervar i;
local datetimevar myDate;
if myDate <> null then
...
else