Search found 1 match

by ChrisC.
Tue Dec 08, 2009 3:43 am
Forum: General
Topic: use a counter "a priori" (in advance)
Replies: 2
Views: 2790

use a counter "a priori" (in advance)

Hi all,


I would like to do have this result:
The main code proceed in N steps:
* step number 1
* ...
* step number n

with N = the counter of the enumeration *

But when i try with "counter", it doesn't understand that i want the next counter and not the previous one (whatever the type).
And when ...