From WikiChip
Difference between revisions of "mirc/identifiers/$url"
(Created page with "{{mirc title|$url Identifier}}'''$url''' returns the current url in your main browser, or returns information about URL in the URL list window. == Synopsis == <pre>$url</pre>...") |
m |
||
Line 1: | Line 1: | ||
− | {{mirc title|$url | + | {{mirc title|$url identifier}}'''$url''' returns the current url in your main browser, or returns information about URL in the URL list window. |
== Synopsis == | == Synopsis == | ||
Line 5: | Line 5: | ||
<pre>$url(<N>)[.properties]</pre> | <pre>$url(<N>)[.properties]</pre> | ||
− | == | + | == Parameters == |
− | + | '''N''' The Nth URL in the list or return the total number of URL if N = 0. | |
− | |||
== Properties == | == Properties == | ||
− | + | <span style="display: inline-block; width: 80px;">'''desc'''</span>Returns the description of the URL.<br /> | |
− | <span style="display: inline-block; width: 80px;">'''desc'''</span>Returns the description of the URL. | ||
− | |||
<span style="display: inline-block; width: 80px;">'''group'''</span>Returns the group of the URL. | <span style="display: inline-block; width: 80px;">'''group'''</span>Returns the group of the URL. | ||
Line 21: | Line 18: | ||
{{mIRC compatibility|4.7}} | {{mIRC compatibility|4.7}} | ||
− | == See | + | == See also == |
− | {{mIRC|/url}} | + | * {{mIRC|/url}} |
− | [[Category: | + | {{mIRC identifier list}} |
+ | |||
+ | [[Category:mIRC identifiers|url]] |
Latest revision as of 16:28, 22 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$url returns the current url in your main browser, or returns information about URL in the URL list window.
Synopsis[edit]
$url
$url(<N>)[.properties]
Parameters[edit]
N The Nth URL in the list or return the total number of URL if N = 0.
Properties[edit]
descReturns the description of the URL.
groupReturns the group of the URL.
Example[edit]
//echo -a $url
Compatibility[edit]
Added: mIRC v4.7
Added on: 09 Dec 1996
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