Anonymous
My feedback
4 results found
-
6 votes
An error occurred while saving the comment Anonymous supported this idea · -
9 votesAnonymous supported this idea ·
-
121 votesAnonymous supported this idea ·
-
4 votesAnonymous shared this idea ·
Hi Dan, the problem with the current implementation is that is imposible to make an else.
I mean:
IF I want my track number to be 3 digit, with the first one to be the disc numer it will do fine if <disknumber> is set, but I will end with three digits if not.
If you include the else option it will be posible to mantain the three digits format.
Example:
<discnumber>?(<discnumber,1)<tracknumber> will always result in 3 digits numbering becasuse if discnumber is not set it will assume 1 for it.
I hope you understand what I am trying to say.