Root.CopyString Property
| Explanation | Copy the string to the clipboard. No copy is done if the clipboard is locked by another application. Restrictions on Mobile version Characters that are in Unicode but not in Shift-JIS are "?" because the characters are converted from Unicode to Shift-JIS during acquisition. Added since Ver.4.1.1 Not supported in AI | |
| Call format | //.CopyString( text ) | |
| Return value | None | |
| Arguments | String text | Specify the character string to copy |
| Exception | None | |
| Example of use | | |
| Related item | PasteString method | |