$isdde » History » Version 2
Per Amundsen, 08/10/2015 09:20 AM
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 | name - The [[DDE]] service name to check. |
||
10 | 2 | Per Amundsen | |
11 | *Example* |
||
12 | |||
13 | <pre> |
||
14 | //echo -ag AdiIRC $iif($isdde(Adiirc),is,is not) a DDE service. |
||
15 | </pre> |