Project

General

Profile

$url » History » Version 1

Per Amundsen, 08/14/2015 02:00 PM

1 1 Per Amundsen
_Added in 1.9.3_
2
3
*$url*
4
5
TODO
6
7
-----------------------------------------------------------------------------
8
9
*$url(N)*
10
11
Returns the Nth captured URL address in URL catcher.
12
13
*Parameters*
14
15
N - If N = 0, number of URL addresses, otherwise the Nth URL address.
16
17
*Propertes*
18
19
.desc - TODO
20
.group - TODO
21
22
*Example*
23
24
<pre>
25
; Print number of caught URL addresses.
26
//echo -ag $url(0)
27
28
; Print the first caught URL address.
29
//echo -ag $url(1)
30
</pre>