Elliott
November 5th, 2008, 09:21 AM
I had a project that required me to print 8 numbers on a sheet of 8 labels. The labels where staggered so impositioning was not possible. I wanted to create a rule for each number based upon a global. I tried every way I could and could not get it to work.
Essentially the idea was to create a global variable that I could advance by 8 every record. Then each label rule would add the appropriate number to the global. Example the global was 8000 and label rule #4 would be the global + 4. The problem I had was that I could not get the global to increase. In the eighth rule I told the global to be the global + 8. This leads me believe I have no understanding of how FP scripts work, because in Javascript the global can be effected by a function.
Of course I could be doing this whole thing the hard way.
Essentially the idea was to create a global variable that I could advance by 8 every record. Then each label rule would add the appropriate number to the global. Example the global was 8000 and label rule #4 would be the global + 4. The problem I had was that I could not get the global to increase. In the eighth rule I told the global to be the global + 8. This leads me believe I have no understanding of how FP scripts work, because in Javascript the global can be effected by a function.
Of course I could be doing this whole thing the hard way.