<?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 Delete Column in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Delete-Column/m-p/246826#M48465</link>
    <description>&lt;P&gt;I have 190+ columns and I wanted to delete columns stored in the list&lt;/P&gt;&lt;P&gt;Remain_columns = { column names I want to remain}.&lt;BR /&gt;How do I do it using for loop?&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2020 23:33:05 GMT</pubDate>
    <dc:creator>skyzvoir0001</dc:creator>
    <dc:date>2020-02-10T23:33:05Z</dc:date>
    <item>
      <title>Delete Column</title>
      <link>https://community.jmp.com/t5/Discussions/Delete-Column/m-p/246826#M48465</link>
      <description>&lt;P&gt;I have 190+ columns and I wanted to delete columns stored in the list&lt;/P&gt;&lt;P&gt;Remain_columns = { column names I want to remain}.&lt;BR /&gt;How do I do it using for loop?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 23:33:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Delete-Column/m-p/246826#M48465</guid>
      <dc:creator>skyzvoir0001</dc:creator>
      <dc:date>2020-02-10T23:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Column</title>
      <link>https://community.jmp.com/t5/Discussions/Delete-Column/m-p/246829#M48466</link>
      <description>&lt;P&gt;You do not have to loop through the names.&amp;nbsp; That is, assuming you want all of the columns named in that list to be deleted.&amp;nbsp; Below is a simple example&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/big class.jmp" );

namesCol = dt &amp;lt;&amp;lt; get column names( string, continuous );

dt &amp;lt;&amp;lt; delete columns( namesCol );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Feb 2020 00:00:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Delete-Column/m-p/246829#M48466</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2020-02-11T00:00:31Z</dc:date>
    </item>
  </channel>
</rss>

