luminescence-software / scripts

C# scripts for Metatogger
Mozilla Public License 2.0
8 stars 7 forks source link

Create Remove leading zeroes in track number.csx #1

Closed ricardobalk closed 7 years ago

ricardobalk commented 7 years ago

This script removes the leading zeroes in the track number, the opposite of "Use two digits for track number.csx" Note: track number should be parseable by Int32.Parse (e.g. the String input "07", "02" etc.)

ricardobalk commented 7 years ago

I updated the code.

CyberSinh commented 7 years ago

Your code has been commited to the main repo. Thank you very much for your contribution.