When you want to test the value of a variable in your Post Processor use the following line of logic.
$IF ABS(VARIABLE - VALUE) < 0.001
Where:
VARIABLE is the name to test the value of.
VALUE is the value to test to
And 0.001 is the tolerance.
This can also be used to overcome errors sometimes caused by Binary Rounding
Dave Williams
Licom Systems