Syntax:=ToBoolean(Expression)
Description:Converts the expression to a boolean value. Returns TRUE when the expression evaluates to True and FALSE otherwise.
Example:=ToBoolean(1)=ToBoolean(0)