<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Convert a CSV string to an array.
syntax
CCsvToArray(
str
[, separator = ","]
)
Parameters
Type:
General purpose
The source character.
separator
Separator string. If not specified, a comma (",") will be used.
Return Value
character
The converted array.
Explanation
Converts a CSV string into an array.
Supported
○
Script Action
Can be used in server script Ver2 actions
Browser script
Can be used in browser scripts
Calculation Expression Syntax
Can be used in expression syntax (e.g. bind syntax)
reference
StrLen
MBStrLen
LeftStr
RightStr
MidStr
FindStr
IsLike
InsertStr
RepeatInsertStr
CombineStr
DivideStr
TrimLeftStr
TrimRightStr
UpperStr
LowerStr
ReplaceStr
ReverseStr
CStrToArray
CArrayToStr
CCsvToArray
CArrayToCsv
Chr
Ascii
RET
IntStrs
IsFullWidthChar
MeasureStr