Hi Bill - On Fri, Dec 5, 2014, at 09:56 AM, Bill McCormick wrote: > okay, so now the bitwise *and* is giving me problems: > > <input class="radio" type="radio" name="recipe_type" value="Warmup" [% > 'checked="1"' IF 15 && 16 %]/>Warmup
You're doing logical AND, not bitwise AND. You want "15 & 16". Larry _______________________________________________ templates mailing list templates@template-toolkit.org http://mail.template-toolkit.org/mailman/listinfo/templates