DeleteCurrentWord
Find the syntax, use, parameters, return values, and an example for the DeleteCurrentWord macro command in Connexion client.
Syntax | CS.DeleteCurrentWord |
---|---|
Use to | Delete the word where the cursor is located. |
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 |
|