OTX Reference  
OpenTestSystem.Otx.Extensions.StringUtil.Terms.StringConcatenate Class Reference

Concatenation of strings More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.StringUtil.Terms.StringConcatenate:
Inheritance graph

Public Attributes

StringTerm[] _string
 Cardinality [2..*]
The elements represent the strings that shall be concatenated. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Cardinality [0..1]
The MetaData type allows tools to store additional, mainly tool-specific data. More...
 

Detailed Description

Concatenation of strings

The StringConcatenate term returns a concatenation of two or more Strings.

Syntax
StringTerm = StringUtil.StringConcatenate({StringTerm[ ] string});
Examples
// Local Declarations
String String1;
// Flow
String1 = StringUtil.StringConcatenate({"emotive", "company"});

Member Data Documentation

◆ _string

StringTerm [] OpenTestSystem.Otx.Extensions.StringUtil.Terms.StringConcatenate._string

Cardinality [2..*]
The elements represent the strings that shall be concatenated.