<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic What is the difference between &amp;lt;&amp;lt;Sib and &amp;lt;&amp;lt;Next? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/What-is-the-difference-between-lt-lt-Sib-and-lt-lt-Next/m-p/800043#M97579</link>
    <description>&lt;P&gt;Hi. &amp;nbsp;I'm curious if any can tell me what is the&amp;nbsp;difference between the &amp;lt;&amp;lt;Sib and &amp;lt;&amp;lt;Next commands? &amp;nbsp;I'm designing a gui and I've noticed both commands will return the display box that immediately follows the current db. &amp;nbsp;Do they do anything differently, or can they be used interchangeably?&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2024 18:56:03 GMT</pubDate>
    <dc:creator>nikles</dc:creator>
    <dc:date>2024-09-18T18:56:03Z</dc:date>
    <item>
      <title>What is the difference between &lt;&lt;Sib and &lt;&lt;Next?</title>
      <link>https://community.jmp.com/t5/Discussions/What-is-the-difference-between-lt-lt-Sib-and-lt-lt-Next/m-p/800043#M97579</link>
      <description>&lt;P&gt;Hi. &amp;nbsp;I'm curious if any can tell me what is the&amp;nbsp;difference between the &amp;lt;&amp;lt;Sib and &amp;lt;&amp;lt;Next commands? &amp;nbsp;I'm designing a gui and I've noticed both commands will return the display box that immediately follows the current db. &amp;nbsp;Do they do anything differently, or can they be used interchangeably?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 18:56:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/What-is-the-difference-between-lt-lt-Sib-and-lt-lt-Next/m-p/800043#M97579</guid>
      <dc:creator>nikles</dc:creator>
      <dc:date>2024-09-18T18:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between &lt;&lt;Sib and &lt;&lt;Next?</title>
      <link>https://community.jmp.com/t5/Discussions/What-is-the-difference-between-lt-lt-Sib-and-lt-lt-Next/m-p/800084#M97582</link>
      <description>&lt;P&gt;There are cases where it's the same. But for the last child of a parent,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1726695095590.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68442i6F4B864E81D53176/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1726695095590.png" alt="hogi_0-1726695095590.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt; sib will return empty() and &amp;lt;&amp;lt; next will walk to the next level:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// the same:
New window("v1", mainLB = HList box(x = V list box( tb1 = Text Box("v1"), tb2=Text Box("2") ), tb3=text box ("  3")));
wait(0);
(current report()[TextBox(1)]  &amp;lt;&amp;lt; next()) &amp;lt;&amp;lt; select;

New window("v2", mainLB = HList box(x = V list box( tb1 = Text Box("v2"), tb2=Text Box("2") ), tb3=text box ("  3")));
wait(0);
(current report()[TextBox(1)] &amp;lt;&amp;lt; sib()) &amp;lt;&amp;lt; select;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// &amp;lt;&amp;lt; next walks to the next level and returns tb3
New window("v3", mainLB = HList box(x = V list box( tb1 = Text Box("v3"), tb2=Text Box("2") ), tb3=text box ("  3")));
wait(0);
(current report()[TextBox(2)]  &amp;lt;&amp;lt; next()) &amp;lt;&amp;lt; select;

// &amp;lt;&amp;lt; sib returns Empty - and select will fail
New window("v4", mainLB = HList box(x = V list box( tb1 = Text Box("v4"), tb2=Text Box("2") ), tb3=text box ("  3")));
wait(0);
(current report()[TextBox(2)] &amp;lt;&amp;lt; sib()) &amp;lt;&amp;lt; select;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 21:31:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/What-is-the-difference-between-lt-lt-Sib-and-lt-lt-Next/m-p/800084#M97582</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-09-18T21:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between &lt;&lt;Sib and &lt;&lt;Next?</title>
      <link>https://community.jmp.com/t5/Discussions/What-is-the-difference-between-lt-lt-Sib-and-lt-lt-Next/m-p/800085#M97583</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26800"&gt;@hogi&lt;/a&gt;&amp;nbsp;. &amp;nbsp;Makes sense.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 21:17:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/What-is-the-difference-between-lt-lt-Sib-and-lt-lt-Next/m-p/800085#M97583</guid>
      <dc:creator>nikles</dc:creator>
      <dc:date>2024-09-18T21:17:22Z</dc:date>
    </item>
  </channel>
</rss>

