Nonexistent channel + cannot modify the file error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-11-07 05:57 PM
‎2018-11-07
05:57 PM
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
I was hoping it would seek out the correct file that is loaded into the library (not in LCF format)
Thanks
ArchiCAD 23
Windows 10
Windows 10
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-05-25 09:44 PM
‎2021-05-25
09:44 PM
I think the problem here with recordID and fieldID in OUTPUT
This probably will work:
This probably will work:
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