@Nifflas@mastodon.gamedev.place Is there a reason you don't want to change the numbers? Because If you're applying this in a string formatting method, you can always do the operation in the arguments, such as printf("%d/%d", x+1, y)
Unless you need this to be machine-readable, in which case... "Length: y; Index: x"?