How can I use the sequence variables for something other than rendering? I can do a <dtml-var sequence-number> and it will render the current sequence number just fine, but if I do a <dtml-if "sequence-number == numberVariable"> it barfs. It also barfs if I try to assign it to another variable. What am I doing wrong? Thanks, Rick