DIAdem Help

Content Type
Programming Language
Current manual

Function: Textaddition (+)

Function: Textaddition (+)

Links texts together to form a new text.

ReturnValue = String1 + String2

Input Parameters

String1Specifies a text or the name of a text variable.
String2 Specifies a text or the name of a text variable.

Return Parameters

ReturnValueReturns a text.

Examples

The following example links the contents of two text variables.

VBScriptPython

 

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

Was this information helpful?

Previous

Str

Next

TTR

Previous

Str

Next

TTR