need to get the value of "Last used IP:" from statistics
but when i run
tool/user manager/user print
it won't show up there!
:local un
:local ip
:local co
:foreach i in=[/ppp active find] do={
:set un [/ppp active get $i name];
:foreach x in=[/tool user-manager user find where name=$un] do={:set co [:pick [/tool user-manager user get $x comment] 0 3];}
:if ($co="off") do={ THE SLOWEST APPROCH EVER}
}
What do you mean? (bad English understanding )in user manager is there a function that is the opposite of "create-and-activate-profile" ?
which it will remove the current profile?