Copy link to clipboard
Copied
I'm hoping someone could help, I basically have a document with checkboxes that are set so when you click them, they generate template pages
I then need my reset button to remove all of the pages though excluding pages 1 and 2. So if you click it, everything is removed except the first 2 pages
Is there code to make this work?
Thanks
Copy link to clipboard
Copied
Hi,
You can type:
this.deletePages(2,this.numPages-1);
@+