AppendTo
This method appends some or all characters including the character information to another worktext object.
Syntax
AppendTo (pDestination as ISCBCroWorktext, StartPos as Long, CharCount as Long)| Parameter | Description |
|---|---|
| pDestination | Interface pointer of the destination Worktext object. |
| StartPos | Index of the first character of the source worktext object to append to the destination worktext object. |
| CharCount | Number of characters to copy from the source worktext object to the destination worktext object. |
