Hi everyone, How can you condition a variable based on UILevel ? I'm trying to do something like this: (2 is for silent) <?if UILevel=2 ?> <Variable Name="var1" Value="A" /> <?else?> <Variable Name="var1" Value="b" /> <?endif?> But it doesn't seem to work.. Any idea? Thanks, Roni (Aron) Fuchs