<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Mikrotik.moscow [тема: != Баг?]</title>
		<link>http://mikrotik.moscow</link>
		<description>Новое в теме != Баг? форума RouterOS на сайте Mikrotik.moscow [mikrotik.moscow]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Thu, 06 Aug 2026 14:31:03 -0400</pubDate>
		<item>
			<title>!= Баг?</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/68095-_-bag/message266624">!= Баг?</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Спасибо за последний ответ, подтверждаю, что работает следующее: для каждого i в=[/user find] сделай={если ([/user get $i comment]!=“”) сделай=[:put [/user get $i name]]} <br />
			<i>04.10.2005 17:22:00, faradaychong.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/68095-_-bag/message266624</link>
			<guid>http://mikrotik.moscow/forum/forum57/68095-_-bag/message266624</guid>
			<pubDate>Tue, 04 Oct 2005 17:22:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>!= Баг?</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/68095-_-bag/message266623">!= Баг?</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Команда find может проверять только уравнения (т.е., соответствует ли значение заданного свойства чему-то). Используйте что-то вроде этого: `:foreach i in=[/interface find] do={:if ([/interface get $i type] != “ether”) do={ :put $i}}` <br />
			<i>04.10.2005 16:54:00, lastguru.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/68095-_-bag/message266623</link>
			<guid>http://mikrotik.moscow/forum/forum57/68095-_-bag/message266623</guid>
			<pubDate>Tue, 04 Oct 2005 16:54:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>!= Баг?</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/68095-_-bag/message266622">!= Баг?</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Пытался: `foreach i in=[/user find comment !=“”]…` `foreach i in=[/user find comment !=“”]…` `foreach i in=[/user find comment !=“”]…` всё выдаёт ошибку "no such argument (=)". <br />
			<i>04.10.2005 16:17:00, faradaychong.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/68095-_-bag/message266622</link>
			<guid>http://mikrotik.moscow/forum/forum57/68095-_-bag/message266622</guid>
			<pubDate>Tue, 04 Oct 2005 16:17:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>!= Баг?</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/68095-_-bag/message266621">!= Баг?</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Может, попробуй оставлять один пробел между 'comment' и "!=". Эдгарс. <br />
			<i>04.10.2005 14:56:00, edzix.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/68095-_-bag/message266621</link>
			<guid>http://mikrotik.moscow/forum/forum57/68095-_-bag/message266621</guid>
			<pubDate>Tue, 04 Oct 2005 14:56:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>!= Баг?</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/68095-_-bag/message266620">!= Баг?</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			[admin@MikroTik] &gt; /user print<br />Flags: X - disabled<br />NAME &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;GROUP<br />ADDRESS<br />0 &nbsp; ;;; system default user<br />admin &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; full &nbsp;0.0.0.0/0<br />1 &nbsp; user1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; full &nbsp;0.0.0.0/0<br />2 &nbsp; user2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; full &nbsp;0.0.0.0/0<br /><br />[admin@MikroTik] &gt; :foreach i in=[/user find comment=“”] do=[:put [/user get $i name]]<br />user1<br />user2<br /><br />[admin@MikroTik] &gt; :foreach i in=[/user find comment!=“”] do=[:put [/user get $i name]]<br />no such argument (comment!)<br /><br />[admin@MikroTik] &gt; Above is output from 2.9.5 x86 and mips.<br />Anyone know how to correctly do compare unequal? <br />
			<i>04.10.2005 06:22:00, faradaychong.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/68095-_-bag/message266620</link>
			<guid>http://mikrotik.moscow/forum/forum57/68095-_-bag/message266620</guid>
			<pubDate>Tue, 04 Oct 2005 06:22:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
