<?xml version="1.0" encoding="windows-1250" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>CAD F&#243;rum : funce if</title>
  <link>https://www.cadforum.cz/forum/</link>
  <description><![CDATA[Toto je XML obsahový kanál serveru; CAD F&#243;rum : iLogic a ETO : funce if]]></description>
  <pubDate>Thu, 14 May 2026 03:22:53 +0000</pubDate>
  <lastBuildDate>Tue, 02 Apr 2019 15:13:27 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum/RSS_post_feed.asp?TID=28626</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD F&#243;rum]]></title>
   <url>https://www.cadforum.cz/forum/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum/</link>
  </image>
  <item>
   <title><![CDATA[funce if : Nev&#237;m jestli rozum&#237;m po&#382;adavku,...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=28626&amp;PID=116090&amp;title=funce-if#116090</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=9">Vladimír Michl</a><br /><strong>Předmět:</strong> 28626<br /><strong>Zasláno:</strong> 02.dub.2019 v 15:13<br /><br />Nevím jestli rozumím požadavku, ale určitě jde něco takového:<br /><br /><table width="99%"><tr><td><pre class="BBcode">Nazev0="???"<br />Try<br /> Nazev0 = iProperties.Value("Custom", "N0")<br />Catch<br /> NEPOVEDLOSEZJISTIT<br />End Try<br />If Nazev0="???" Then NEDOPADLOTODOBŘE<br /></pre></td></tr></table>]]>
   </description>
   <pubDate>Tue, 02 Apr 2019 15:13:27 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=28626&amp;PID=116090&amp;title=funce-if#116090</guid>
  </item> 
  <item>
   <title><![CDATA[funce if : Zdrav&#237;m,Je mo&#382;n&#233; do pravidla dopsat...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=28626&amp;PID=116089&amp;title=funce-if#116089</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=4903">Lukáš Záruba</a><br /><strong>Předmět:</strong> 28626<br /><strong>Zasláno:</strong> 02.dub.2019 v 13:57<br /><br />Zdravím,<div><br></div><div>Je možné do pravidla dopsat funkci IF , které by vypadalo nějak takhle?&nbsp;</div><div><br></div><div>KDYŽ Nazev0 obsahuje nějakou hodnotu =&nbsp;<span style="color: rgb128, 0, 0;">NMezera0</span>&nbsp;" "</div><div>KDYŽ je Název0 prázdný - bez hodnoty =&nbsp;<span style="color: rgb128, 0, 0;">NMezera0</span>&nbsp;nech prázdné bez hodnoty</div><div><br></div><div><pre><span style="color: #FF0000; font-weight: bold;">Try</span> <span style="color: #800000;">Nazev0</span> <span style="font-weight: bold;">=</span> <span style="color: #800080; font-weight: bold;">iProperties</span>.<span style="color: #800080; font-weight: bold;">Value</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">Custom</span><span style="color: #008080;">"</span>, <span style="color: #008080;">"</span><span style="color: #008080;">N0</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span> <span style="color: #FF0000; font-weight: bold;">Catch</span> <span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">Try</span><span style="color: #FF0000; font-weight: bold;">Try</span> <span style="color: #800000;">NMezera0</span> <span style="font-weight: bold;">=</span> <span style="color: #800080; font-weight: bold;">iProperties</span>.<span style="color: #800080; font-weight: bold;">Value</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">Custom</span><span style="color: #008080;">"</span>, <span style="color: #008080;">"</span><span style="color: #008080;">N0-M</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span> <span style="color: #FF0000; font-weight: bold;">Catch</span> <span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">Try</span><span style="color: #FF0000; font-weight: bold;">Try</span> <span style="color: #800000;">Nazev1</span> <span style="font-weight: bold;">=</span> <span style="color: #800080; font-weight: bold;">iProperties</span>.<span style="color: #800080; font-weight: bold;">Value</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">Custom</span><span style="color: #008080;">"</span>, <span style="color: #008080;">"</span><span style="color: #008080;">N1</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span> <span style="color: #FF0000; font-weight: bold;">Catch</span> <span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">Try</span><span style="color: #FF0000; font-weight: bold;">Try</span> <span style="color: #800000;">NMezera1</span> <span style="font-weight: bold;">=</span> <span style="color: #800080; font-weight: bold;">iProperties</span>.<span style="color: #800080; font-weight: bold;">Value</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">Custom</span><span style="color: #008080;">"</span>, <span style="color: #008080;">"</span><span style="color: #008080;">N1-M</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span> <span style="color: #FF0000; font-weight: bold;">Catch</span> <span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">Try</span><span style="color: #FF0000; font-weight: bold;">Try</span> <span style="color: #800000;">Nazev2</span> <span style="font-weight: bold;">=</span> <span style="color: #800080; font-weight: bold;">iProperties</span>.<span style="color: #800080; font-weight: bold;">Value</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">Custom</span><span style="color: #008080;">"</span>, <span style="color: #008080;">"</span><span style="color: #008080;">N2</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span> <span style="color: #FF0000; font-weight: bold;">Catch</span> <span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">Try</span><span style="color: #FF0000; font-weight: bold;">Try</span> <span style="color: #800000;">NMezera2</span> <span style="font-weight: bold;">=</span> <span style="color: #800080; font-weight: bold;">iProperties</span>.<span style="color: #800080; font-weight: bold;">Value</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">Custom</span><span style="color: #008080;">"</span>, <span style="color: #008080;">"</span><span style="color: #008080;">N2-M</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span> <span style="color: #FF0000; font-weight: bold;">Catch</span> <span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">Try</span><span style="color: #800080; font-weight: bold;">iProperties</span>.<span style="color: #800080; font-weight: bold;">Value</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">Summary</span><span style="color: #008080;">"</span>, <span style="color: #008080;">"</span><span style="color: #008080;">Title</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span> <span style="font-weight: bold;">=</span> <span style="font-weight: bold;">(</span> <span style="color: #800000;">Nazev0</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span><span style="color: #008080;">""</span><span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000;">NMezera0</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span><span style="color: #008080;">""</span><span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000;">Nazev1</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span><span style="color: #008080;">""</span><span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000;">NMezera1</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span><span style="color: #008080;">""</span><span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000;">Nazev2</span> <span style="color: #FF0000; font-weight: bold;">&amp;</span><span style="color: #008080;">""</span><span style="color: #FF0000; font-weight: bold;">&amp;</span> <span style="color: #800000;">NMezera2</span> <span style="font-weight: bold;">)</span> <span style="color: #800080; font-weight: bold;">MessageBox</span>.<span style="color: #800080; font-weight: bold;">Show</span><span style="font-weight: bold;">(</span> <span style="color: #800080; font-weight: bold;">iProperties</span>.<span style="color: #800080; font-weight: bold;">Value</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">Summary</span><span style="color: #008080;">"</span>, <span style="color: #008080;">"</span><span style="color: #008080;">Title</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span>,<span style="color: #008080;">"</span><span style="color: #008080;">NADPIS</span><span style="color: #008080;">"</span>, <span style="color: #800000;">MessageBoxButtons</span>.<span style="color: #800000;">OK</span>, <span style="color: #800000;">MessageBoxIcon</span>.<span style="color: #800000;">None</span>, <span style="color: #800000;">MessageBoxDefaultButton</span>.<span style="color: #800000;">Button1</span><span style="font-weight: bold;">)</span></pre></div>]]>
   </description>
   <pubDate>Tue, 02 Apr 2019 13:57:09 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=28626&amp;PID=116089&amp;title=funce-if#116089</guid>
  </item> 
 </channel>
</rss>