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 | Nessuno |
| Return values | Nessuno |
| Esempio | Sub Main ()
Dim CS As Object If CS.IsOnline = False Then CS.Search “WC”, “#1” If ItemType = 0 Then |
| What this example does |
|
