Remove empty mark after track number

Hi,

I have empty space after track "02" so it is in format "02 ".
How can I empty this ones without going trough all of them manually?

Thank you :huh:

create an action of the type "format value" for TRACK or use the function "Convert>Tag-Tag" for TRACK with the
Format string: $num(%track%,2)

Great - thank you!