
Question about syntax, ie what am I doing wrong? Here's my problem: I'm pulling from the colored/numbered bars on a token. I'm using this syntax: floor(@{selected|bar3}/3)+floor(@{selected|bar2}/3) If bar3= 0 and bar2 = 5 this correctly returns 1 (0 + trunc(5/3)) = 1 However, if bar3 is blank and bar2 = 5 this fails and returns 0. As far as I can tell anything in the command line after an attempt to to reference bar3 when it's value is blank just doesn't execute. No error is generated, it just doesn't happen. If this is embedded in a longer formula everything before the reference to a blank bar works fine, everything after fails and the result returned is whatever the first part of the formula was doing. What am I doing wrong? Or perhaps, is there a way to force bar3 = blank to evaluate as an integer? TIA