Seite 1 von 1

testparam Verständnisfrage

Verfasst: 27 Aug 2017, 11:41
von foxhunter
Hallo,

wollte mittels
{testparam(production_year, concat("(", production_year, ")"))}
ein Gerät konfigurieren. Jedoch scheint es nicht zu funktionieren.
Wie kann ich das Produktionsjahr in beidseite Klammern setzen (z.b. MeinFilm_(2016) )?

Danke für Eure Hilfe.

Re: testparam Verständnisfrage

Verfasst: 27 Aug 2017, 12:32
von ds10
Runde Klammern gehen nicht, mit eckigen sollte es aber klappen:

Code: Alles auswählen

{testparam(production_year,concat("[",production_year,"]"))}

Re: testparam Verständnisfrage

Verfasst: 27 Aug 2017, 13:52
von foxhunter
Danke, so gehts