Unter the Mikrotik Wiki for Scripting (https://wiki.mikrotik.com/wiki/Manual:Scripting)
The Syntax for the “IF” Command states:
:if() do={} else={}

shouldn’t there be a space after the :if and before the (
Like this?
:if () do={} else={}
Unter the Mikrotik Wiki for Scripting (https://wiki.mikrotik.com/wiki/Manual:Scripting)
The Syntax for the “IF” Command states:
:if() do={} else={}

shouldn’t there be a space after the :if and before the (
Like this?
:if () do={} else={}
… and?