Community discussions

MikroTik App

Search found 2 matches

by alna7ari
Wed Nov 10, 2021 1:32 am
Forum: Scripting
Topic: elif statement
Replies: 12
Views: 13606

Re: elif statement

Late, but I will leave the answer to others because I did not find any convincing answer :global counter 0 :global ifElseWorkAround do={ #if if ($counter > 180) do={ #your code :set counter ($counter+1) :return null; } #elseif if ($counter > 90) do={ #your code :set counter ($counter+2) :return null...