Reply To: Pasting on multiple pages?

#69486

Bill,

An unfortunate mistake in copying the script into the forum. The backslashes in the line #20

pagerange_nrs = pagerange.match(/^(d+)-(d+)$/);

somehow disappeared; it should have been

pagerange_nrs = pagerange.match(/^(\d+)-(\d+)$/);

I’ve added these, and also did a slightly better check on the page rage. An improved! better! faster! (well, not faster) version can be downloaded from my site:
https://www.jongware.com/binaries/multipagepaste.zip

This article was last modified on July 13, 2014

Comments (0)

Loading comments...