I was thinking the following expr would output a bang, but apparently not:
[expr if($f1 % 4 == 0, 1, 0);]
Instead, I get 1 (true) or 0 (false) (I assumed the 1 would equal a bang). This seems so simple that I must be overlooking something. What is it?! My solution so far is:
[expr if($f1 % 4 == 0, 1, 0);]
|
[sel 1] (to create a bang)
Thanks,
hdez