Quote:
Originally Posted by chaley
Does it sort correctly with this template? This template uses floating point numbers everywhere.
Code:
{series} {series_index:04.1f|| }{title}
|
Yes, that sorts properly (although it looks ugly).
Does
format_number return a text value or a numerical value? I'm kind of confused about that, because it looks like text, but then we use
cmp on its outputs, which looks like it would require a number.
( edit ) Nevermind,
cmp converts to integer to make the comparison.
I also don't understand how
strcat doesn't always include a non-null value for
final_sidx, even when
sidx is null.