From WikiChip
$noqt identifier - mIRC
< mirc‎ | identifiers
Revision as of 18:29, 21 September 2017 by Sophist (talk | contribs)

$noqt returns the text string with single enclosure double-quotes removed.

Synopsis

$noqt(text)

Switches

None

Parameters

textText string from which to remove single enclosure double quotes.

Properties

None

Example

Does not affect double-quotes within the text, only removes a single double-quote at the start/end of text.

//var %ini $qt($mircini) echo -a %ini | echo -a $noqt(%ini)
; 1st line returns path\filename of your mirc.ini with double-quotes around it.
; 2nd line shows filename with surrounding double-quotes removed
//echo -a $noqt("""Test""String)
; returns: ""Test""String
; No change to internal quotes, removes 1 double-quote from start of string, no alteration of string ending because no double-quote already present.

Compatibility

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

[Expand]
v · d · e mIRC identifier list