<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi Rafael<br>
      <br>
      Yes it is possible to save the string to a file, then load it into
      the Scinotes editor. I've done this for years.<br>
      <br>
      <pre style="font-family:Monospaced;font-style:normal;font-size:14.0;"><span style="color:rgb(0,0,0);">fd</span> <span style="color:rgb(92,92,92);">=</span> <span style="color:rgb(50,185,185);">mopen</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(0,0,0);">filename1</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(188,143,143);">'</span><span style="color:rgb(188,143,143);">wt</span><span style="color:rgb(188,143,143);">')</span></pre>
      <pre style="font-family:Monospaced;font-style:normal;font-size:14.0;"><span style="color:rgb(50,185,185);">mfprintf</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(0,0,0);">fd, yourstring)</span><span style="color:rgb(255,170,0);"></span></pre>
      <pre style="font-family:Monospaced;font-style:normal;font-size:14.0;"><span style="color:rgb(50,185,185);">mfprintf</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(0,0,0);">fd</span><span style="color:rgb(0,0,0);">,</span><span style="color:rgb(188,143,143);">"</span><span style="color:rgb(188,143,143);">\n</span><span style="color:rgb(188,143,143);">"</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(0,0,0);">;</span>
<span style="color:rgb(50,185,185);">mclose</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(0,0,0);">fd</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(0,0,0);">;</span>
<span style="color:rgb(160,32,240);">if</span> <span style="color:rgb(74,85,219);">(</span><span style="color:rgb(50,185,185);">isdef</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(188,143,143);">'</span><span style="color:rgb(188,143,143);">editor</span><span style="color:rgb(188,143,143);">'</span><span style="color:rgb(74,85,219);">)</span> <span style="color:rgb(92,92,92);">|</span> <span style="color:rgb(74,85,219);">(</span><span style="color:rgb(50,185,185);">funptr</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(188,143,143);">'</span><span style="color:rgb(188,143,143);">editor</span><span style="color:rgb(188,143,143);">'</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(92,92,92);"><></span><span style="color:rgb(188,143,143);">0</span><span style="color:rgb(74,85,219);">)</span><span style="color:rgb(74,85,219);">)</span> <span style="color:rgb(160,32,240);">then</span>
  <span style="color:rgb(174,92,176);text-decoration:underline;">editor</span><span style="color:rgb(74,85,219);">(</span><span style="color:rgb(0,0,0);">filename1</span><span style="color:rgb(74,85,219);">)</span>
<span style="color:rgb(160,32,240);">end</span></pre>
      <br>
      /Claus<br>
      <br>
      On 12-May-14 19:30, Rafael Guerra wrote:<br>
    </div>
    <blockquote cite="mid:DUB109-DS2DB9347B86CF628803EB0CC350@phx.gbl"
      type="cite">
      <pre wrap="">Hello,

Does anyone know how to properly display a large amount of plain text stored
in a string variable of size (N,1), i.e. with N text lines of variable
length, outside the Scilab console window?

For instance, is it possible to issue Scilab command to display the text
variable in one of Scinotes or Scipad tabs?

Thanks and regards,
Rafael G.

_______________________________________________
users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:users@lists.scilab.org">users@lists.scilab.org</a>
<a class="moz-txt-link-freetext" href="http://lists.scilab.org/mailman/listinfo/users">http://lists.scilab.org/mailman/listinfo/users</a>
.

</pre>
    </blockquote>
    <br>
  </body>
</html>