Hi i'm a total newbee to crystal report and some very basic stuff still isn't clear to me.

I created a new 'formula' (called"@check4null) and wanted to write this code:

Code:
shared zero as boolean

if ({caric.codana}) ="" then
zero = true
else
zero = false
end if
can someone explain me why i get a error message similar to "always have to assign a value to variable within the formula"?

i'm using CR v.8.0

Thank you so much! R.