Alphanumeric Usage
Is there anyway i can keep count of incremental Alphanumeric codes i have used, I.e A0001 is my start number. AW3YY is me end number how many codes have i used. Also if A0001 is my start number and my maximum is AZZZZ how many codes are available to use?
Many thanks
Adam
Many thanks
Adam
0
-
Shotaro Ito
★ BarTender Hero ★
Hi Adam,
You can convert from Alphanumeric(Base36)to decimal(Base10) by calculation
en.wikipedia.org/wiki/Base_36
for who being lazy like me, use conversion web site like below
www.unitconversion.org/numbers/base-10-to-base-36-conversion.html
(the websites are not related to Seagull Scientific.)
Base36:Base10
A0001:16796161
AW3YY:18294298
AZZZZ:18475775
AW3YY - A0001 = 1498137
AZZZZ - A0001 = 1679614
To keep track both alpha-numeric and decimal serial number, you can have two serialized text on a label.
(you can specify not to print a text, by modify object > General tab > Do Not print Object)
Hope that helps!0
Please sign in to leave a comment.
Comments
1 comment