Copy
This method copies characters from a source worktext object to a destination worktext object.
Syntax
Copy (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 copy. |
| CharCount | Number of characters to copy to the destination worktext object. |
