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