Product: LABELVIEW, CODESOFT
Version: All Versions
|
cyclenumber(): Allows you to set your own sequence of numbers, instead of using the normal sequence of numbers or letters (0,1,2; or A,B,C).
Example:
cyclenumber(1,3) will produce labels in the following sequence: 1 2 3 1 2 3 1 2 3...
cyclenumber(1,3,1,2) will produce labels in the following sequence: 1 1 2 2 3 3 1 1 2 2 3 3 1 1…
|