Quote:
Originally Posted by dunhill
Hello people
I have this configuration to save to disk.
{title} ({#id}) - {authors}
But the ID comes out with decimals, how could I fix it so that it is a whole number
|
Try
Code:
{title} ({#id:15.15g}) - {authors}
The 15 is arbitrary. It must be larger than the maximum number of digits in any #id.