After some experimentartion, this is what worked for me:
Code:
First Author = {author:sublist(0,1,&)}
First Letter of First Author = {author[0]}
So, to copy files to a disk or device using a related structure, it would go like this:
Code:
{author[0]}/{author:sublist(0,1,&)}/{title} - {author:sublist(0,1,&)}
Works like a charm!
Cheers,
[INCANUS]