$isdde » History » Version 3
  Per Amundsen, 02/23/2023 01:51 PM 
  
| 1 | 1 | Per Amundsen | _Added in 1.9.4_ | 
|---|---|---|---|
| 2 | |||
| 3 | *$isdde(name)* | ||
| 4 | |||
| 5 | 2 | Per Amundsen | Returns [[$true]] if the specified [[DDE]] service name is in use, otherwise [[$false]]. | 
| 6 | 1 | Per Amundsen | |
| 7 | *Parameters* | ||
| 8 | |||
| 9 | 3 | Per Amundsen | table(ktable). | 
| 10 | |*Parameter*|*Description*| | ||
| 11 | | name | The [[DDE]] service name to check. | | ||
| 12 | 2 | Per Amundsen | |
| 13 | *Example* | ||
| 14 | |||
| 15 | <pre> | ||
| 16 | //echo -ag AdiIRC $iif($isdde(Adiirc),is,is not) a DDE service. | ||
| 17 | </pre> |