Is there a way to specify the number of integers in the %% text field?
I’d like pagenumber to give “001” rather than “1”
1 Like
pascal
(Pascal Golay)
2
Hi Alasdair - no way to specify that that I know of, no…
https://mcneel.myjetbrains.com/youtrack/issue/RH-42961
-Pascal
Try this:
%<'{:02d}'.format(PageNumber())>%
1 Like