I realize there are a few ways to implement the use of URL Macro along with Zoom.
One could create the URL List using Textpad and Regex. And the import the List of URL's.
Why not inter grate a URL Macro generator into Zoom?
The problem solved would be. The ability to scan Dynamic pages much easier.
Example
----------URL------
http://71.216.160.127/csp/pcc/csp3.csp?REP=2404&ST=1&TOT=5063
We will say that page contains no Hyperlinks.
But we know the next page is
http://71.216.160.127/csp/pcc/csp3.csp?REP=2404&ST=31&TOT=5063
------------------------------------------------
Why not have Zoom intemperate Macros so all that would need to be done would be something like so.
http://71.216.160.127/csp/pcc/csp3.csp?REP=2404&ST={:1..5032, 30}&TOT=5063
{:1..5032, 30}
Would create an array of numbers starting at 1 and ending at 5032 counting by 30.
You get the picture and likely have heard this suggestion before.
Thank you
One could create the URL List using Textpad and Regex. And the import the List of URL's.
Why not inter grate a URL Macro generator into Zoom?
The problem solved would be. The ability to scan Dynamic pages much easier.
Example
----------URL------
http://71.216.160.127/csp/pcc/csp3.csp?REP=2404&ST=1&TOT=5063
We will say that page contains no Hyperlinks.
But we know the next page is
http://71.216.160.127/csp/pcc/csp3.csp?REP=2404&ST=31&TOT=5063
------------------------------------------------
Why not have Zoom intemperate Macros so all that would need to be done would be something like so.
http://71.216.160.127/csp/pcc/csp3.csp?REP=2404&ST={:1..5032, 30}&TOT=5063
{:1..5032, 30}
Would create an array of numbers starting at 1 and ending at 5032 counting by 30.
You get the picture and likely have heard this suggestion before.
Thank you
Comment