I'm trying to write a masstagger script which adds a value to a field under certain conditions. However, I can't express "adding value" in a formula.
I tried something like:
$if(condition, %tag%'\ 'other_value) or
$if(condition, %tag%', 'other_value)
but it doesn't work. Resulting values are not considered multiples by infobox. What should I use as a separator to make it work?
Thanks
