Quote:
Originally Posted by chaley
I understand you saying that you want to send the first author, not all the authors. I also understand you saying that all the authors are already FN LN.
|
Correct
Quote:
Originally Posted by chaley
Why are you using author_sort? Why not use authors?
|
Because I humbly assumed using author_sort would refrain me from additional string handling as there it contained already exactly the format I want.
Quote:
Originally Posted by chaley
If for some reason you really want to use author_sort instead of authors then this does it.
Code:
program: swap_around_comma(list_item($author_sort, 0, '&'))
|
Appreciated. I give it a try