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
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)
thank you that worked