CArrayToStr

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

CArrayToStr


 

Converts an array to a string with a separator string appended.

 


syntax

CArrayToStr(

         str

         [, separator = LF]

         [, addtailseparator = TRUE]

         )

 


Parameters

 

str

 

Type:

General purpose

 

The array to convert from.

 

separator

 

Type:

character

 

Separator string. If not specified, line field (LF) is used. If you do not want to specify anything, use ::CArrayToStr(str, "").

 

addtailseparator

 

Type:

Boolean

 

Whether to append the separator string to the end of the string. If not specified, it will be appended.

 

Return Value

 

 

Type:

character

 

The converted character.

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

Calculation Expression Syntax

 

 


reference