
Hello,
How I use command get ip address from address-lists? I only can get whole row use the following command
print /ip firewall address-list where list =emule_IPaddress

Hello,
How I use command get ip address from address-lists? I only can get whole row use the following command
print /ip firewall address-list where list =emule_IPaddress
:put [/ip firewall address-list get [find list=emule_IPaddress] address]
But this works only if there is exactly one row like this. If there can be more, it’s
:foreach item in=[/ip firewall address-list find list=emule_IPaddress] do={:put [/ip firewall address-list get $item address]}