Project

General

Profile

$url » History » Version 4

Per Amundsen, 12/14/2019 10:00 AM

1 1 Per Amundsen
_Added in 1.9.3_
2
3
*$url*
4
5 2 Per Amundsen
Returns the currently active URL in your Web Browser.
6
7 3 Per Amundsen
_Only works for Internet Explorer/Opera 12, does not work in any modern browser due to "DDE":https://en.wikipedia.org/wiki/Dynamic_Data_Exchange support being removed._
8 1 Per Amundsen
9
-----------------------------------------------------------------------------
10
11
*$url(N)*
12
13
Returns the Nth captured URL address in URL catcher.
14
15
*Parameters*
16
17
N - If N = 0, number of URL addresses, otherwise the Nth URL address.
18
19
*Propertes*
20
21 4 Per Amundsen
.desc - *TODO*
22
.group - *TODO*
23 1 Per Amundsen
24
*Example*
25
26
<pre>
27
; Print number of caught URL addresses.
28
//echo -ag $url(0)
29
30
; Print the first caught URL address.
31
//echo -ag $url(1)
32
</pre>