put (192.168.0.1 in 192.168.0.0/24)
put (192.168.0.1 in 192.168.0.1-192.168.0.254)
[admin@MikroTik] >> local ar {{"Abcdef";"a"};{"c";"d"}};put ($ar->0->0);put ($ar->1->0)
Abcdef
c
Script ignores duplicates via on-error={}, processing is not interrupted.You should be aware that when loading lists IF a duplicate IP is present the list will not load and processing stops.
Download full lists - you can’t. 63KiB is a limitation of RouterOS, here scripts are powerless.With the above script can I properly (full lists) download the below lists?
You can try this:Is there a way to check the file size and have it trigger the email tool if it gets beyond the max file size?
if (([tool fetch url=<url> output=user as-value]->"total")>63) do={tool e-mail send ...}