TheGoldMineGuru
MIS
How would I declare a NULL value in a formula using Crystal Syntax?
Example 1:
IF 1+1 = 2 THEN 2
ELSE <<null>>
Example 2:
numberVar myNumber := <<null>>;
I'm using CRXI, SP2
Thanks!
Example 1:
IF 1+1 = 2 THEN 2
ELSE <<null>>
Example 2:
numberVar myNumber := <<null>>;
I'm using CRXI, SP2
Thanks!