<?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: Nonexistent channel + cannot modify the file error in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Nonexistent-channel-cannot-modify-the-file-error/m-p/259624#M3272</link>
    <description>I think the problem here with recordID and fieldID in OUTPUT&lt;BR /&gt;
&lt;BR /&gt;
This probably will work:&lt;BR /&gt;

&lt;PRE&gt;chOUT=OPEN ("TEXT", "filelog.TXT", "MODE=WO, LIBRARY")
	OUTPUT chOUT, 1, 0, symb_pos_x
	OUTPUT chOUT, 1, 0, symb_pos_y
	OUTPUT chOUT, 1, 0, symb_pos_z
close chOUT&lt;/PRE&gt;</description>
    <pubDate>Tue, 25 May 2021 19:44:48 GMT</pubDate>
    <dc:creator>Podolsky</dc:creator>
    <dc:date>2021-05-25T19:44:48Z</dc:date>
    <item>
      <title>Nonexistent channel + cannot modify the file error</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Nonexistent-channel-cannot-modify-the-file-error/m-p/259623#M3271</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Hello, I am getting an error with my text file output where it is trying to write to the embedded library but I want it to write to a text file that is already loaded into the library. Fullpath wouldn't work.&lt;BR /&gt;

&lt;PRE&gt;chOUT=OPEN ("TEXT", "filelog.TXT", "MODE=WO, LIBRARY")
	OUTPUT chOUT, 1, 1, symb_pos_x
	OUTPUT chOUT, 2, 1, symb_pos_y
	OUTPUT chOUT, 3, 1, symb_pos_z
close chOUT&lt;/PRE&gt; &lt;BR /&gt;
&lt;BR /&gt;
I was hoping it would seek out the correct file that is loaded into the library (not in LCF format)&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 07 Nov 2018 16:57:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Nonexistent-channel-cannot-modify-the-file-error/m-p/259623#M3271</guid>
      <dc:creator>JGoode</dc:creator>
      <dc:date>2018-11-07T16:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Nonexistent channel + cannot modify the file error</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Nonexistent-channel-cannot-modify-the-file-error/m-p/259624#M3272</link>
      <description>I think the problem here with recordID and fieldID in OUTPUT&lt;BR /&gt;
&lt;BR /&gt;
This probably will work:&lt;BR /&gt;

&lt;PRE&gt;chOUT=OPEN ("TEXT", "filelog.TXT", "MODE=WO, LIBRARY")
	OUTPUT chOUT, 1, 0, symb_pos_x
	OUTPUT chOUT, 1, 0, symb_pos_y
	OUTPUT chOUT, 1, 0, symb_pos_z
close chOUT&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 May 2021 19:44:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Nonexistent-channel-cannot-modify-the-file-error/m-p/259624#M3272</guid>
      <dc:creator>Podolsky</dc:creator>
      <dc:date>2021-05-25T19:44:48Z</dc:date>
    </item>
  </channel>
</rss>

