Remove Disktotal from disknumber

rather than write out the disk numbers as
1/3
2/3
3/3

is it possible to write out disk numbers as
1
2
3

thanks

If you don’t want to save the total number of discs you can unset the totaldiscs variable. Add this script to Options > Scripting:

$unset(totaldiscs)
2 Likes

thank you that worked