CopySelected
Find the syntax, use, parameters, return values, and an example for the CopySelected macro command in Connexion client.
| Syntax | CS.CopySelected |
|---|---|
| Use to | Copy selected text to the clipboard |
| Parameters | None |
| Comment | You must select text before using this macro command. |
| Return values | None |
| Example | Sub Main() Dim CS As Object If CS.IsOnline = False Then CS.Search “WC”, “#1” If ItemType = 0 Then |
| What this example does |
|
