View Single Post
Old 01-23-2016, 02:02 PM   #27
fogice
Addict
fogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Timefogice possesses cleverness exceeding the boundaries of Space and Time
 
Posts: 267
Karma: 49504
Join Date: May 2014
Device: Kobo Libra 2
Quote:
Originally Posted by chaley View Post
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.

Last edited by fogice; 01-23-2016 at 02:19 PM.
fogice is offline   Reply With Quote