Taggerscript: how to combine two tag values in a third tag?

$set(comment,%label%)

I do the above when importing tag data from MBZ. However, I would also like to append the %catalogue number% but I can’t seem to find the function to do this. It is probably simple but I just can’t find out how. I also tried creating a variable but I can’t even populate that variable with both the label and the catalogue number in the same string.

Try:

$set(comment,%label% %catalognumber%)
3 Likes

My, that was simple :smile: .Thanks!
I see my mistake, overlooked that everything to the right of the comma was the same argument.

1 Like