This funciton advances a value of 'counter0' +1 each time it is used.

counter00X(counter0)

Arguments

counter0

value to be advanced by 1.

Value

counter

Examples

counter00X(c(1, 2))
#> [1] "002" "003"