arrstr = type
- operator arrstr =( arrstr dest, str src )
- operator arrstr =( arrstr dest, arrstr src )
- operator arrstr =( arrstr left, collection right )
Convert types to the array of strings. Convert a multi-line string to an array of strings.
operator arrstr = (
arrstr dest,
str src
)
arrstr dest,
str src
)
Return value
The array of strings.
arrstr = arrstr
Copy one array of strings to another array of strings.
operator arrstr = (
arrstr dest,
arrstr src
)
arrstr dest,
arrstr src
)
arrstr = collection
Copy a collection of strings to the array of strings.
operator arrstr = (
arrstr left,
collection right
)
arrstr left,
collection right
)
Related links | Source |