|
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.
|
Explanation
Converts an array to a string by appending a separator string.
|
Supported
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
|