From WikiChip
Difference between revisions of "mirc/identifiers/$isdde"
m |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|$isdde Identifier}}'''$isdde(text)''' returns $true if the specified dde name is in use, $false otherwise. | ||
− | |||
− | |||
== Synopsis == | == Synopsis == | ||
Line 7: | Line 6: | ||
$isdde(text)</source> | $isdde(text)</source> | ||
− | == | + | == Parameters == |
− | '''* | + | '''* Text''' = ''The DDE name you want to check for.'' |
== Properties == | == Properties == | ||
Line 19: | Line 18: | ||
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. | ||
Line 25: | Line 25: | ||
{{mIRC compatibility|5.41}} | {{mIRC compatibility|5.41}} | ||
− | == See | + | == See also == |
− | |||
* {{mIRC|$dde}} | * {{mIRC|$dde}} | ||
* {{mIRC|$ddename}} | * {{mIRC|$ddename}} | ||
* {{mIRC|/dde}} | * {{mIRC|/dde}} | ||
* {{mIRC|/ddeserver}} | * {{mIRC|/ddeserver}} | ||
+ | {{mIRC identifier list}} | ||
+ | [[Category:mIRC identifiers|isdde]] |
Latest revision as of 15:27, 20 September 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[edit]
$isdde(text)
Parameters[edit]
* Text = The DDE name you want to check for.
Properties[edit]
None
Example[edit]
//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[edit]
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.
See also[edit]
mIRC identifier list