Thanks, I didn't realise there was an equals sign in the Boolean values... Tried the equals sign in the Arithmetic as well as the keyboard and it wouldn't accept either.
:= is specifically for what are called assignments, i.e., you're assigning to the LHS the value of the RHS.
<CTRL>= is specifically for testing values, and returns a TRUE when both sides are equal
= is specifically for displaying the value of something
TTFN (ta ta for now)
I can do absolutely anything. I'm an expert!