Project

General

Profile

$isdde » History » Revision 2

Revision 1 (Per Amundsen, 08/03/2014 07:32 PM) → Revision 2/3 (Per Amundsen, 08/10/2015 09:20 AM)

_Added in 1.9.4_ 

 *$isdde(name)* 

 Returns [[$true]] if the specified [[DDE]] service name is in use, otherwise else [[$false]]. 

 *Parameters* 

 name - The [[DDE]] service name to check. 

 *Example* 

 <pre> 
 //echo -ag AdiIRC $iif($isdde(Adiirc),is,is not) a DDE service. 
 </pre>