Add Tag to Items via Button
Posted: 03 May 2015 10:21
Hi,
I created a user button with the following script:
The problem is that however the tag function needs a string like Is there any possibility to convert the string or another variable that contains the currently selected files in the correct format?
I know about
I have the same issue with multiple functions e.g.
I created a user button with the following script:
Code: Select all
tag("myTagName", <selitems>, 1, 0);<selitems>contains a string like
Code: Select all
"path1" "path2"Code: Select all
path1|path2I know about
<curitem>but I want all selected items, not just one.
I have the same issue with multiple functions e.g.
paperfolder:
Code: Select all
paperfolder(now("yyyy-mm-dd"), <selitems>, , mode="as");