sequence-batch variables with dtml-in
Hi, I'm damaging the precious few braincells on the wal I'm banging my head against right now, so I thought I'd ask here. All i want to do is something like: Results 19 to 25 of 33, searching for "one two three" At the top of a dtml-in that's displaying the results of a catalog query. I got this so far: Results <B><dtml-var query_start></B> to <B>???</B> of <B><dtml-var sequence-length></B>, searching for <B>"<dtml-var "REQUEST.searchText">"</B> I need the bit that replaces the ???. I've trie everything i can think of and I'm running out of hari to pull out ;-) Anyone got the answer? cheers, Chris
Answering my own question:
Results <B><dtml-var sequence-step-start></B> to <B>sequence-step-end</B> of <B><dtml-var sequence-length></B>, searching for <B>"<dtml-var "REQUEST.searchText">"</B>
cheers, Chris PS: Off to the collector to ask this to be documented in the Help System...
participants (1)
-
Chris Withers