Array Of Unicode Strings
Array of unicode strings. You can use variables of the arrustr type for working with arrays of unicode strings. The arrustr type is inherited from the arr type. So, you can also use methods of the arr type.
Operators
arrustr = type | Convert types to the array of unicode strings. |
ustr = arrustr | Convert an array of unicode strings to a multi-line unicode string. |
arrustr += type | Append types to an array of unicode strings. |
Methods
arrustr.insert | Insert a unicode string to an array of unicode strings. |
arrustr.load | Add lines to the array of unicode strings from multi-line unicode string. |
arrustr.read | Read a multi-line text file to array of unicode strings. |
arrustr.setmultiustr | Create a multi-string buffer. |
arrustr.sort | Sort unicode strings in the array. |
arrustr.unite... | Unite unicode strings of the array. |
arrustr.write | Write an array of unicode strings to a multi-line text file. |
Related Methods
buf.getmultiustr | Convert a buffer to array of unicode strings. |
ustr.lines | Convert a multi-line unicode string to an array of unicode strings. |
ustr.split | Splitting a unicode string. |
Type
arrustr | The main structure of array of unicode strings. |