arrustr += type
Append types to an array of unicode strings. The operator appends a unicode string at the end of the array of unicode strings.
operator arrustr += (
arrustr dest,
ustr newstr
)
arrustr dest,
ustr newstr
)
Return value
Returns the object which method has been called.
arrustr += arrustr
The operator appends one array of unicode strings to another array of unicode strings.
operator arrustr += (
arrustr dest,
arrustr src
)
arrustr dest,
arrustr src
)
Related links | Source |