<?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 Re: clear all variables in the here namespace in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/clear-all-variables-in-the-here-namespace/m-p/34804#M20557</link>
    <description>&lt;P&gt;See if this will do what you want:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
x=44;
show(here:x);
clear symbols();
show(here:x);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 20 Jan 2017 20:10:50 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2017-01-20T20:10:50Z</dc:date>
    <item>
      <title>clear all variables in the here namespace</title>
      <link>https://community.jmp.com/t5/Discussions/clear-all-variables-in-the-here-namespace/m-p/34795#M20550</link>
      <description>&lt;P&gt;is there any way to delete the here namespace? &amp;nbsp;Or more to the point, all the variables in it without knowing the variable names?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;namespace("here") &amp;lt;&amp;lt; Delete&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;doesn't seem to work. &amp;nbsp;I could &amp;lt;&amp;lt; Get contents and for through it, but I'm just wondering if there's a better way. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 17:17:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/clear-all-variables-in-the-here-namespace/m-p/34795#M20550</guid>
      <dc:creator>vince_faller</dc:creator>
      <dc:date>2017-01-20T17:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: clear all variables in the here namespace</title>
      <link>https://community.jmp.com/t5/Discussions/clear-all-variables-in-the-here-namespace/m-p/34804#M20557</link>
      <description>&lt;P&gt;See if this will do what you want:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
x=44;
show(here:x);
clear symbols();
show(here:x);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Jan 2017 20:10:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/clear-all-variables-in-the-here-namespace/m-p/34804#M20557</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2017-01-20T20:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: clear all variables in the here namespace</title>
      <link>https://community.jmp.com/t5/Discussions/clear-all-variables-in-the-here-namespace/m-p/34805#M20558</link>
      <description>&lt;P&gt;nah, I want only the here namespace to be deleted (even more than cleared really)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;::y = 14;
Names Default To Here( 1 );
x=44;
show(here:x);
show(::y);
delete symbols();
show(::y);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 20 Jan 2017 20:52:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/clear-all-variables-in-the-here-namespace/m-p/34805#M20558</guid>
      <dc:creator>vince_faller</dc:creator>
      <dc:date>2017-01-20T20:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: clear all variables in the here namespace</title>
      <link>https://community.jmp.com/t5/Discussions/clear-all-variables-in-the-here-namespace/m-p/34806#M20559</link>
      <description>&lt;P&gt;Does this work:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;namespace("here")&amp;lt;&amp;lt;remove(namespace("here")&amp;lt;&amp;lt;getkeys);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At least you don't have to for through it.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 21:39:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/clear-all-variables-in-the-here-namespace/m-p/34806#M20559</guid>
      <dc:creator>mpl34</dc:creator>
      <dc:date>2017-01-20T21:39:07Z</dc:date>
    </item>
  </channel>
</rss>

