#1
|
|||
|
|||
![]()
Hi, I am pretty new to FP, and know very little coding. I have a project. On each page there are three numbers, sequential. Page two continues with the numbering.
So, Page one has 4001, 4002, 4003. Page 2 has 4004, 4005, 4006 and so on. I've been creating an excel spreadsheet with three columns of the proper numbers. Works fine.. however.. is there a way to create a numbering rule for future use that skips every two numbers? |
#2
|
||||
|
||||
![]()
If you're using FusionPro 8 or later, it's really easy. All you have to do is set a global variable in the OnJobStart callback rule to initialize the number. Like this:
OnJobStart Code:
number = 400; // Edit this starting number if needed Code:
return number++;
__________________
Ste Pennell FusionPro VDP Creator 9.3.15 Adobe Acrobat X 10.1.1 Mac OS X 10.12 |
#3
|
|||
|
|||
![]()
Worked perfectly! Thanks so much! Woot!
|
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|