View Single Post
Old 01-09-2023, 03:00 PM   #6
jwahome2002
Junior Member
jwahome2002 began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jan 2023
Device: Calibre
Chaley - THANK YOU!!!

I had to make some minor mods to get it to work, but it works!

program:
if $#universe then
strcat($#universe, $#book_num)
elif $#saga then
strcat(list_item($author_sort, 0, '&'), $#saga, $#book_num)
else
strcat(list_item($author_sort, 0, '&'), $title)
fi

What programming language is this? I know VBA and SQL. I'd like to get more familiar with this.

One last question if I may - the book number is not sorting correctly. I have a list that the system sorts 1, 10, 11, 2... I cannot figure out what the format is to add preceding zeros.

Much appreciated!!
jwahome2002 is offline   Reply With Quote