Comopen » History » Version 6
Per Amundsen, 02/16/2023 02:04 AM
| 1 | 1 | Per Amundsen | _Added in 1.9.4_ |
|---|---|---|---|
| 2 | |||
| 3 | 6 | Per Amundsen | */comopen <name> <progid>* |
| 4 | 1 | Per Amundsen | |
| 5 | Opens a COM connection to object progid and assigns the connection a name. |
||
| 6 | |||
| 7 | 4 | Per Amundsen | _For 64 bit AdiIRC, MSScript com objects is not available unless you install https://github.com/tablacus/TablacusScriptControl/releases._ |
| 8 | 2 | Per Amundsen | |
| 9 | 1 | Per Amundsen | *Parameters* |
| 10 | |||
| 11 | 5 | Per Amundsen | table(ktable). |
| 12 | |*Parameter*|*Description*| |
||
| 13 | 6 | Per Amundsen | | <name> | Connection name. | |
| 14 | | <progid> | ProgId to open. (e.g Excel.Application) | |