[ic] modifying item-increment

Russ Mann tech@khouse.org
Thu, 19 Apr 2001 14:48:45 -0600


Hello List,

Is there any way in the [search-list] loop to modify the [item-increment]
variable?  I have some of these:
[item-next][calc]return 1 if '[item-field inactive]' ==
'1'[/calc][/item-next]
which causes the increment to go like this sometimes.

1. 2. 4. 5. 7. 10.

If I could do something like $item_ncrement--; in the item-next routine, it
would fix everything.  I've looked around in the source, but couldn't figure
out how to do this.


Russ