So far I can only see the following in the code:
%O% - 1st, 2nd, 3rd, 4th
%R% - I, II, III, IV (roman numerals)
%CCC% - 001, 002, 003, 004
It's not in code, but I just tested %C%, and it gives you 1, 2, 3, as well as correctly going into double-digits like 10, 11, 12 etc
It's a shame that %A% doesn't give you alphabetical
%O% - 1st, 2nd, 3rd, 4th
%R% - I, II, III, IV (roman numerals)
%CCC% - 001, 002, 003, 004
It's not in code, but I just tested %C%, and it gives you 1, 2, 3, as well as correctly going into double-digits like 10, 11, 12 etc
It's a shame that %A% doesn't give you alphabetical
Last edited:
- 1