CCsvToArray

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

CCsvToArray


 

Convert a CSV string to an array.

 


syntax

CCsvToArray(

         str

         [, separator = ","]

         )

 


Parameters

 

str

 

Type:

General purpose

 

The source character.

 

separator

 

Type:

General purpose

 

Separator string. If not specified, a comma (",") will be used.

 

Return Value

 

 

Type:

character

 

The converted array.

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

Calculation Expression Syntax

 

 


reference