ConcatText('Text1', Text2', …)
Arguments
|
'Textn' |
Text signal |
|
Description
This function returns the concatenation of 'Text1', 'Text2' etc. as its result.
If you want to use double quotes in static text, then write two double quotes after each other.
Example
The values of tree text signals should be concatenated.
Text signals are [37:0], [37:1] und [37:2].
Solution
ConcatText([37:0],[37:1],[37:2])
