From WikiChip
Difference between revisions of "mirc/identifiers/$qt"
m (Bot: adding missing title) |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{mirc title|$ | + | {{mirc title|$qt Identifier}}'''$qt''' returns the text string enclosed with double-quotes. |
− | '''$qt | ||
== Synopsis == | == Synopsis == | ||
Line 12: | Line 11: | ||
== Properties == | == Properties == | ||
− | |||
None | None | ||
== Example == | == Example == | ||
− | |||
Does not affect double-quotes within the text, only adds a double-quote to the start/end of TEXT if a double-quote is not already present. | Does not affect double-quotes within the text, only adds a double-quote to the start/end of TEXT if a double-quote is not already present. | ||
Line 36: | Line 33: | ||
* [[List of identifiers - mIRC]] | * [[List of identifiers - mIRC]] | ||
{{mIRC identifier list}} | {{mIRC identifier list}} | ||
− | [[Category: | + | [[Category:mIRC identifiers|qt]] |
Latest revision as of 12:11, 22 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$qt returns the text string enclosed with double-quotes.
Synopsis[edit]
$qt(<TEXT>)
Switches[edit]
None
Parameters[edit]
TEXTText string to ensure is enclosed in double quotes.
Properties[edit]
None
Example[edit]
Does not affect double-quotes within the text, only adds a double-quote to the start/end of TEXT if a double-quote is not already present.
//var %ini $qt($mircini) | echo -a %ini | echo -a $qt(%ini) ; returns path\filename of your mirc.ini with double-quotes around it. ; no change in 2nd line because quotes already present
//echo -a $qt("""Test""String) ; returns: """Test""String" ; No change to internal quotes, no alteration of string start because at least 1 quote already present, only added missing quote to end of string.
Compatibility[edit]
Added: mIRC v6.17
Added on: 17 Feb 2006
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