Hi, Consider the context of language translation. I have a need to do something like this: <if(number==SOMETHING)>blah<else>etc<endif> Is this possible? I'd rather use integral constants/enumerations rather than booleans... Thanks Sohail