<?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 Error &amp;quot;send expects scriptable object...&amp;quot; in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Error-quot-send-expects-scriptable-object-quot/m-p/425712#M67521</link>
    <description>&lt;P&gt;HI Everyone, I'm trying a very simple script that is meant to function within a data table, in other words, I have the data table allready and have created a script within it (not sure is that's relevant but thought I'd specify...).&amp;nbsp;&lt;BR /&gt;I'm trying to retrieve the spec limits from column7 below and getting this error everytime:&lt;BR /&gt;&lt;BR /&gt;"Send expects scriptable object in access or evaluation of 'Send', Eval Exp(":" || cols[7]) &amp;lt;&amp;lt; /*###*/ Get Property ("Spec Limits") /*###*/"&lt;/P&gt;
&lt;P&gt;The code I'm using is here:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1); //This enables any variables to remain local to the script and not interact with any
                                          //pre-defined jmp environment variables.
Delete Symbols();             //Removes the values of any global variables already defined in the jmp enviroment so that
                                         //they don't override any local variable you may define in your script.
clear log ();
cols = Data Table(1) &amp;lt;&amp;lt; Get Column Names( numeric, continuous );
Q = Eval Expr(":" || cols[7]) &amp;lt;&amp;lt; Get Property( "Spec limits" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 09 Jun 2023 18:02:13 GMT</pubDate>
    <dc:creator>Tachyon34</dc:creator>
    <dc:date>2023-06-09T18:02:13Z</dc:date>
    <item>
      <title>Error "send expects scriptable object..."</title>
      <link>https://community.jmp.com/t5/Discussions/Error-quot-send-expects-scriptable-object-quot/m-p/425712#M67521</link>
      <description>&lt;P&gt;HI Everyone, I'm trying a very simple script that is meant to function within a data table, in other words, I have the data table allready and have created a script within it (not sure is that's relevant but thought I'd specify...).&amp;nbsp;&lt;BR /&gt;I'm trying to retrieve the spec limits from column7 below and getting this error everytime:&lt;BR /&gt;&lt;BR /&gt;"Send expects scriptable object in access or evaluation of 'Send', Eval Exp(":" || cols[7]) &amp;lt;&amp;lt; /*###*/ Get Property ("Spec Limits") /*###*/"&lt;/P&gt;
&lt;P&gt;The code I'm using is here:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here(1); //This enables any variables to remain local to the script and not interact with any
                                          //pre-defined jmp environment variables.
Delete Symbols();             //Removes the values of any global variables already defined in the jmp enviroment so that
                                         //they don't override any local variable you may define in your script.
clear log ();
cols = Data Table(1) &amp;lt;&amp;lt; Get Column Names( numeric, continuous );
Q = Eval Expr(":" || cols[7]) &amp;lt;&amp;lt; Get Property( "Spec limits" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:02:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Error-quot-send-expects-scriptable-object-quot/m-p/425712#M67521</guid>
      <dc:creator>Tachyon34</dc:creator>
      <dc:date>2023-06-09T18:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error "send expects scriptable object..."</title>
      <link>https://community.jmp.com/t5/Discussions/Error-quot-send-expects-scriptable-object-quot/m-p/425719#M67522</link>
      <description>&lt;P&gt;Here is one way of doing what you want using the Column() function.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 ); //This enables any variables to remain local to the script and not interact with any
//pre-defined jmp environment variables.
Delete Symbols();             //Removes the values of any global variables already defined in the jmp enviroment so that
//they don't override any local variable you may define in your script.
Clear Log();
cols = Data Table( 1 ) &amp;lt;&amp;lt; Get Column Names( numeric, continuous );
Q = column( char(cols[7])) &amp;lt;&amp;lt; Get Property( "Spec limits" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Oct 2021 16:25:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Error-quot-send-expects-scriptable-object-quot/m-p/425719#M67522</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-10-12T16:25:55Z</dc:date>
    </item>
  </channel>
</rss>

