<?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: How can copy the column name of a specified column to the Clipboard? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-copy-the-column-name-of-a-specified-column-to-the/m-p/392420#M64262</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

name = Column( dt, 2 ) &amp;lt;&amp;lt; Get Name;

Set Clipboard( name );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest that you learn to use the &lt;STRONG&gt;Help &amp;gt; Scripting Index&lt;/STRONG&gt;. (I assume that you have already learned the scripting language and how to script JMP in general.) I was able to search and find the answer very quickly.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Jun 2021 16:10:56 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2021-06-10T16:10:56Z</dc:date>
    <item>
      <title>How can copy the column name of a specified column to the Clipboard?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-copy-the-column-name-of-a-specified-column-to-the/m-p/392338#M64256</link>
      <description>&lt;P&gt;Use jsl.&lt;/P&gt;&lt;P&gt;For example, open "Big Class.jmp" and copy its second column name to the clipboard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:49:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-copy-the-column-name-of-a-specified-column-to-the/m-p/392338#M64256</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-06-09T19:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can copy the column name of a specified column to the Clipboard?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-copy-the-column-name-of-a-specified-column-to-the/m-p/392363#M64258</link>
      <description>&lt;P&gt;There are a couple of easy ways to do this.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Go to the Columns Panel on the left side of the data table and click on the column name you want to copy. &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cl1.JPG" style="width: 397px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33452i7FA9D4B755AD6E76/image-size/large?v=v2&amp;amp;px=999" role="button" title="cl1.JPG" alt="cl1.JPG" /&gt;&lt;/span&gt;Pause and then click on it again.&amp;nbsp; The display will change to a field that you can now copy from.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cl2.JPG" style="width: 419px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33453i7331D53AD1E1C72A/image-size/large?v=v2&amp;amp;px=999" role="button" title="cl2.JPG" alt="cl2.JPG" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Double click on the column header, which will open up the Column Info dialog box.&amp;nbsp; You can copy the column name from there.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cl3.JPG" style="width: 723px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/33454iF165B249EEED343E/image-size/large?v=v2&amp;amp;px=999" role="button" title="cl3.JPG" alt="cl3.JPG" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 10 Jun 2021 14:43:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-copy-the-column-name-of-a-specified-column-to-the/m-p/392363#M64258</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-06-10T14:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can copy the column name of a specified column to the Clipboard?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-copy-the-column-name-of-a-specified-column-to-the/m-p/392420#M64262</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );

name = Column( dt, 2 ) &amp;lt;&amp;lt; Get Name;

Set Clipboard( name );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest that you learn to use the &lt;STRONG&gt;Help &amp;gt; Scripting Index&lt;/STRONG&gt;. (I assume that you have already learned the scripting language and how to script JMP in general.) I was able to search and find the answer very quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 16:10:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-copy-the-column-name-of-a-specified-column-to-the/m-p/392420#M64262</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2021-06-10T16:10:56Z</dc:date>
    </item>
  </channel>
</rss>

