From WikiChip
Difference between revisions of "mirc/identifiers/$isdde"
(→Example) |
|||
Line 19: | Line 19: | ||
It will return '''$true''' if the currently mIRC using DDE name is the one that you specified, otherwise will be '''$false'''. | It will return '''$true''' if the currently mIRC using DDE name is the one that you specified, otherwise will be '''$false'''. | ||
+ | |||
'''NOTE''': The default mIRC dde name is "'''mIRC'''", if you would never change that from the options then is gonna be that for ever. | '''NOTE''': The default mIRC dde name is "'''mIRC'''", if you would never change that from the options then is gonna be that for ever. |
Revision as of 09:14, 12 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$isdde(text) Returns $true if the specified dde name is in use, $false otherwise.
Synopsis
$isdde(text)
Paramters
* N = The DDE name you want to check for.
Properties
None
Example
//echo -a $isdde(mIRC)
It will return $true if the currently mIRC using DDE name is the one that you specified, otherwise will be $false.
NOTE: The default mIRC dde name is "mIRC", if you would never change that from the options then is gonna be that for ever.
Compatibility
Added: mIRC v5.41
Added on: 24 Jul 1998
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.