CloseList
Find the syntax, use, parameters, return values, and an example for the CloseList macro command in Connexion client.
| Syntax | BOOL = CS.CloseList |
|---|---|
| Use to | Close the current list. |
| Parameters | None |
| Return values | None |
| Example | Sub Main()
Dim CS As Object If CS.IsOnline = False Then If CS.Search(“WC”, “gon,wi,th,w/bks/1983-2003”) > 0 Then |
| What this example does |
|
