May 7, 200620 yr Any help would be appreciated:Situation:Simple case switch (Using L: Value) To Display/hide a gauge. I want to make the switch more of a 'toggle' to display SAT on 0 and OAT on 1 for example. Is it possible to have the line have logic that is 'if L:Variable = 0 then gauge is visible', I can seem to only get 'if:Lvariable = 1 then gauge is visible' kind of workings.Hope you understand :(thanks.
May 7, 200620 yr Author Hello P Don't use use this to toggle it %((Your L:Var, bool))%{if}%((Your SAT temp))%!d!% °C%{else}%((Your OAT temp))%!d!% °C%{end} Paul EGLD
Create an account or sign in to comment