I have been doing conditional compilations with assorted compiler variables and may have found a small bug.

I have a compiler variable [OFFER_NETWORK_INSTALLATION] and dependent on the release it can be set (with #set compiler variable) to $TRUE$ or $FALSE$

Take a release where it has been set to $TRUE$

If I test it with #ifcompvar for equality with $TRUE$ the test fails. It works fine if I compare it with 1 or with another compiler variable which is set to 1, but not with $TRUE$

Can you reproduce this one - or am I going potty?

Dave