Bar text logic: allow expressions
Twintop opened this issue ยท 2 comments
Bar text logic currently only supports Boolean states since all variables are boiled down to a TRUE or FALSE state.
Allow the actual value of some variables to be used, e.g.: $swpCount
returns TRUE when > 0 and FALSE when = 0. Return the number instead and allow it to be used for formulae like $swpCount>4