Page 1 of 1

%Page Number% at least 2 digits

Posted: Mon Jan 14, 2019 2:17 pm
by kumpelj
Hi,

I want to add Text; Page number with at least 2 digits or zero's in it (i know this possible by variable with Switch, but this Action has to work locally)
%Page Number%

Page 1 > 001
Page 12 > 012

These doesn't function in my case

%Page Number;total digits=3%
%Page Number[Total Digits=3]%
%Page Number%[Total Digits=3]

Can someone help me out with this please?

Best regards

Re: %Page Number% at least 2 digits

Posted: Fri Mar 01, 2019 10:17 am
by kitoy
Padding is the keyword that you are looking for.

%Page Number;padding=3%

Re: %Page Number% at least 2 digits

Posted: Mon Mar 25, 2019 4:21 pm
by kumpelj
Many thanks :)