EnglishРусский  
 Share/Save/Bookmark
 

arrstr = type

Convert types to the array of strings. Convert a multi-line string to an array of strings.

operator arrstr = (
   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 = collection

Copy a collection of strings to the array of strings.

operator arrstr = (
   arrstr left,
   collection right
)

Related links

Source

Edit