<?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 Max entry length in Enhanced Log in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Max-entry-length-in-Enhanced-Log/m-p/425274#M67471</link>
    <description>&lt;P&gt;In the enhanced log introduced in JMP 16 the max length of some things written to the log is limited.&amp;nbsp; Is there a way to override or change this?&amp;nbsp; For example, run the last line of the script below with the text log and the entire display tree is returned. Turn on the enhanced log and it is truncated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I feel like I'm missing something simple here...&lt;/P&gt;
&lt;P&gt;&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");

gb = Graph Builder(
	Size( 528, 456 ),
	Show Control Panel( 0 ),
	Variables( X( :sex ), Y( :height ), Overlay( :age ) ),
	Elements( Bar( X, Y, Legend( 9 ) ) )
);

gb &amp;lt;&amp;lt; get xml;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 09 Jun 2023 18:01:59 GMT</pubDate>
    <dc:creator>ih</dc:creator>
    <dc:date>2023-06-09T18:01:59Z</dc:date>
    <item>
      <title>Max entry length in Enhanced Log</title>
      <link>https://community.jmp.com/t5/Discussions/Max-entry-length-in-Enhanced-Log/m-p/425274#M67471</link>
      <description>&lt;P&gt;In the enhanced log introduced in JMP 16 the max length of some things written to the log is limited.&amp;nbsp; Is there a way to override or change this?&amp;nbsp; For example, run the last line of the script below with the text log and the entire display tree is returned. Turn on the enhanced log and it is truncated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I feel like I'm missing something simple here...&lt;/P&gt;
&lt;P&gt;&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");

gb = Graph Builder(
	Size( 528, 456 ),
	Show Control Panel( 0 ),
	Variables( X( :sex ), Y( :height ), Overlay( :age ) ),
	Elements( Bar( X, Y, Legend( 9 ) ) )
);

gb &amp;lt;&amp;lt; get xml;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:01:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Max-entry-length-in-Enhanced-Log/m-p/425274#M67471</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2023-06-09T18:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Max entry length in Enhanced Log</title>
      <link>https://community.jmp.com/t5/Discussions/Max-entry-length-in-Enhanced-Log/m-p/425313#M67474</link>
      <description>&lt;P&gt;I have not seen a way to lengthen the print length, however, the desired xml code can be moved into a variable, and then saved to a text file and opened with notepad.&amp;nbsp; Not the answer you want, but it might help you out.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;xyz = gb &amp;lt;&amp;lt; get xml;
save text file("$TEMP\myxml.txt",xyz)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Oct 2021 14:55:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Max-entry-length-in-Enhanced-Log/m-p/425313#M67474</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-10-11T14:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Max entry length in Enhanced Log</title>
      <link>https://community.jmp.com/t5/Discussions/Max-entry-length-in-Enhanced-Log/m-p/425416#M67481</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2687"&gt;@txnelson&lt;/a&gt;&amp;nbsp;, I should have pointed out that you can also write that to the clipboard and paste it in a script window, which is my current work around, but I'm still holding out hope that there is some straight forward solution here to just show it in the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;set clipboard( gb &amp;lt;&amp;lt; get xml )&amp;nbsp;&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 17:50:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Max-entry-length-in-Enhanced-Log/m-p/425416#M67481</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2021-10-11T17:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Max entry length in Enhanced Log</title>
      <link>https://community.jmp.com/t5/Discussions/Max-entry-length-in-Enhanced-Log/m-p/425808#M67531</link>
      <description>&lt;P&gt;It turns out you can right click on the result in the enhanced log and then save script to a new script window (or the clipboard) and see it there.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 18:53:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Max-entry-length-in-Enhanced-Log/m-p/425808#M67531</guid>
      <dc:creator>ih</dc:creator>
      <dc:date>2021-10-12T18:53:14Z</dc:date>
    </item>
  </channel>
</rss>

