I'm trying to merge %LABEL% & %PUBLISHER% and seperate by "; " problem is there is no option to.
I've tried this code but it doesn't add it just completely replaces it
:
I'm trying to merge %LABEL% & %PUBLISHER% and seperate by "; " problem is there is no option to.
I've tried this code but it doesn't add it just completely replaces it
:
Use this code:
%LABEL%; %PUBLISHER%
Thanks did this the trick but in my case it was vice versa, so:
http://i.imgur.com/5W87VPa.jpg
one problem now. Even if there is no %LABEL% field the "; " will be added at the end of the %PUBLISHER% tab. Would I need to define an "$if2" function?
Code:
%PUBLISHER%$if2(; %label%,)