[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] [*-increment]
I was curious if there is or will be a such thing as
[*-increment n] where n is a value to start incrementing from. I
guess there could be a other attribute to go up or down.
I need a [loop-increment] to start with 0 and go up.
I know there are other tags that use can have a value in the tag.
Just some rambling
[*-increment start="0" arg="f"] going forward from 0
[*-increment start="0" arg="r"] going reverse from 0
Maybe other options like.
Count the number to jump each time
[*-increment start="0" arg="f" count="2"] going forward from 0
counting by 2 (0,2,4,6,8)
and I guess there could be a "stop" etc..
I've seen nothing in the archives on this. maybe I missed it.
Ven