-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
$noqt identifier - mIRC
< mirc | identifiers
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
- mIRC Installation
- Virtual profile
- Playing music
- Unicode
- IPv6
- Optimization
- Threads
- DCC Protocols
- Line Length Limit
- Font rendering
$noqt returns the text string with single enclosure double-quotes removed.
Contents
[hide]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]