Quote:
Originally Posted by oren64
Here a template for more fore all tags:
Code:
program:strcat("Tag: ",re(field('tags'),", ", ", Tag: "))
|
Slightly simpler (because I can't count all those quotes and commas):
Code:
program: strcat('Tag: ', raw_list('tags', ', Tag: '))
I think that's right, but I can't test it right now.