plasma_mf
Newbie level 2
- Joined
- Dec 12, 2012
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,295
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?