Quote:
Originally Posted by theducks
Look at the sample give on the Save to Device screen:
Code:
series_index
The series number. To get leading zeros use {series_index:0>3s} or {series_index:>3s} for leading spaces
|
Thanks, I did find that, but I must still be doing something wrong - I entered {author_sort}/{title} - {authors} {series_index:0>3s} - is there something that goes between authors and series - I tried "and", but still nothing happening. I'm really trying to learn this language, but my only one in the past was COBOL and that was many, many years ago.