CopyField
Find the syntax, use, parameters, return values, and an example for the CopyField macro command in Connexion client.
Syntax | CS.CopyField |
---|---|
Use to | Copy the field where the cursor is located to the clipboard. Same as using the command Edit > Cut Copy Paste > Copy Field. |
Parameters | None |
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 |
|