[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Copies the characters from a specified segment of specified instance StringBuilder to a specified segment of a destination Char array Tab=Strings [Property] srcIndex=Sets the starting position in where characters will be copied from. The index is zero-based|1|0 dstIndex=Sets the starting position in destination where characters will be copied. The index is zero-based|1|0 Count=Sets the number of characters to be copied|1|0 Size=Sets the size of a destination Char array|1|0 [Methods] doCopyTo=Copies the characters from a specified segment to a specified segment of a destination Char array|1|0 onResult=Occurs after copying and writes the result to the flow ARG(char[])|2| onError=If an error occurs, an error message appears ARG(Error message)|2|2 Result=Returns the copying result|3|13 ToString=Converts the result to a String|3|2 StringBuilder=Defines the instance of StringBuilder|4| srcIndex=Defines the starting position in where characters will be copied from. The index is zero-based|4|1 dstIndex=Defines the starting position in destination where characters will be copied. The index is zero-based|4|1 Count=Defines the number of characters to be copied|4|1