Hello I'm trying to make a script that lists all the "PPPoE Secrets" that are not connected. Starting from this script :global list ""; :foreach i in [/ppp active find] do={:if ([:find \ [/ppp active get $i name] "m"]=0) do={:set list ($list . "," . $i);}}; \ ...