plasma_mf
Newbie level 2

I searched in all Altium documents but can not find a way to place strings that show a composite text with multiple parameters. What I want to do is something like this:
My parameters:
- BoardVersion = "B"
- BoardRevision = 4
String I want to place in PCB:
BOARD_B4
I mean:
"BOARD_" + .BoardVersion + .BoardRevision
Is that a way?
My parameters:
- BoardVersion = "B"
- BoardRevision = 4
String I want to place in PCB:
BOARD_B4
I mean:
"BOARD_" + .BoardVersion + .BoardRevision
Is that a way?