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!!
|