Problem with enable ARP Script ROS 3.4

I have a problem with script, wchich enable ARP:

:foreach j in=[/ip arp find disabled=no] do {/ip arp enable $j;}
:error
invalid value of disabled, must be either yes or no

This simple script work in previos version (2.9..3.0).

Please HELP ME solve this problem.

a few of us forum members have decided there are some major problems with scripting in 3.4 … report to support@mikrotik.com and wait for 3.5 hopefully.

You need to putt " around your values.
example:
disabled=“no”

Make this change to your script and try again.

-Louis

In thist version “” doesn’t work too. (only in this version)