I was wondering if there was a to get $(count) to increment more than just one at a time.
If the number of times to increment is constant, just write $(count)
that number of times in an $(eval)
and only keep the last one.
$(eval $(count), $(count), $(count))
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.