Function: Textaddition (+)
- Updated2024-09-12
- 1 minute(s) read
Calculator Functions > Text Functions > Function: Textaddition (+)
Function: Textaddition (+)
Links texts together to form a new text.
ReturnValue = String1 + String2
Input Parameters
Specifies a text or the name of a text variable. | |
Specifies a text or the name of a text variable. |
Return Parameters
ReturnValue | Returns a text. |
Examples
The following example links the contents of two text variables.
VBScript | Python |
T1 = "DIA" T2 = "dem" Call Calculate ("T1 = T1 + T2") 'T1 = DIAdem
![]() | Note Use the VBS link operator & to link texts in scripts. |
Related Functions
Command: TTD | Function: Char | Function: FCNo | Function: FileNameSplit | Function: Idx | Function: Len | Function: PU | Function: Str | Function: TTR (Text to Real) | Function: Val