Project

General

Profile

$url » History » Revision 6

Revision 5 (Per Amundsen, 02/23/2023 07:53 PM) → Revision 6/8 (Per Amundsen, 02/23/2023 07:53 PM)

_Added in 1.9.3_ 

 *$url* 

 Returns the currently active URL in your Web Browser. 

 _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._ 

 ----------------------------------------------------------------------------- 

 *$url(N)* 

 Returns the Nth captured URL address in URL catcher. 

 *Parameters* 

 table(ktable). 
 |*Parameter*|*Description*| 
 | N | If N = 0, number of URL addresses, otherwise the Nth URL address. | 

 *Properties* *Propertes* 

 table(ktable). 
 |*Property*|*Description*| 
 | .desc | - *TODO* | 
 | .group | - *TODO* | 

 *Example* 

 <pre> 
 ; Print number of caught URL addresses. 
 //echo -ag $url(0) 

 ; Print the first caught URL address. 
 //echo -ag $url(1) 
 </pre>