CombineStr

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

CombineStr


 

Combines characters (especially in the case of arrays).

 


syntax

CombineStr(

         str,

         headerstr,

         footerstr

         )

 


Parameters

 

str

 

Type:

character

 

The original characters to combine.

 

headerstr

 

Type:

character

 

The character to combine with at the beginning.

 

footerstr

 

Type:

character

 

The character to combine with at the end.

 

Return Value

 

 

Type:

character

 

The concatenated string.

 


hmtoggle_plus1Example

 


Supported


Script Action

Browser script

Calculation Expression Syntax

 

 


reference