Normal
For future reference, I'll solve my own problem... Only 5 years later It seems the correct notation inside those functions is without the [ICODE]#()[/ICODE], so just [ICODE=xml]L(293)[/ICODE] should do the trick for just a string and no additional characters.For additional characters use the [ICODE]string.format[/ICODE] function. So for the example above:[CODE=xml]<label>#(iif(eq(#TVSeries.Episode.AvailableSubtitles,'1'),string.format('| {0}',L(293)),''))</label>[/CODE]
For future reference, I'll solve my own problem... Only 5 years later
It seems the correct notation inside those functions is without the [ICODE]#()[/ICODE], so just [ICODE=xml]L(293)[/ICODE] should do the trick for just a string and no additional characters.
For additional characters use the [ICODE]string.format[/ICODE] function. So for the example above:
[CODE=xml]<label>#(iif(eq(#TVSeries.Episode.AvailableSubtitles,'1'),string.format('| {0}',L(293)),''))</label>[/CODE]