* add counter and lastn to iterators:
authorWilfried Göesgens <willi@citadel.org>
Sat, 13 Dec 2008 10:29:42 +0000 (10:29 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 13 Dec 2008 10:29:42 +0000 (10:29 +0000)
commitf6242d663f3277744b72d1772b8118f50ce47e95
tree27eb176b137adca0dbc74585368054b9fa418c4d
parenta43330d1479c2d88a8e3cd7ac04b1cc5dbff8988
* add counter and lastn to iterators:
  ITERATE:N -> number of actual element in list
  ITERATE:LASTN -> is this the last member?
evaluate it with ?("COND:SUBST", n, "ITERATE:LASTN", 1)
webcit/subst.c