Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Concatenates both the values that are passed as parameters.
Syntax
private TransTxt concatTransTxt(TransTxt _firstTxt, TransTxt _secondTxt)
Run On
Server
Parameters
- _firstTxt
Type: TransTxt Extended Data Type
The first text to which it should concatenated.
- _secondTxt
Type: TransTxt Extended Data Type
The second text to which it should be concatenated.
Return Value
Type: TransTxt Extended Data Type
The concatenated text.