mjmiller24
Programmer
Okay, I know that this is not that hard.
I am trying to implement the following piece of code in Crystal Syntax:
if ( Remainder(RecordNumber, 2) <> 0 ) then
"SEE ATTACHED"
The problem is that I keep getting an error message saying that the if statement has to return a boolean. What am I doing wrong, and how can I fix this?
I appreciate any help.
I am trying to implement the following piece of code in Crystal Syntax:
if ( Remainder(RecordNumber, 2) <> 0 ) then
"SEE ATTACHED"
The problem is that I keep getting an error message saying that the if statement has to return a boolean. What am I doing wrong, and how can I fix this?
I appreciate any help.