Poking my fat fingers at the keyboard to do something pretty basic...
$lasttipround should come out as "12".
Should this work? It doesn't seem to. How can I make it work? Thanks.
<xf:set var="$currenttipround" value="13" />
<xf:set var="$lasttipround" value="{$currenttipround} - 1" />
$lasttipround should come out as "12".
Should this work? It doesn't seem to. How can I make it work? Thanks.
<xf:set var="$currenttipround" value="13" />
<xf:set var="$lasttipround" value="{$currenttipround} - 1" />