{{tag>category:"OpenInsight" author:"Rick Todd" author:"Mike Ruane"}}
[[https://www.revelation.com/the-works|Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community]]
==== OSOPEN (OpenInsight) ====
=== At 19 OCT 2001 01:01:27PM Rick Todd wrote: ===
How can I create/write data to a OS file that does not yet exist? I tried using, but it only writes data to a file that already exists.
OSOPEN "C:\TEST" TO TABLEVAR1 THEN
OSBWRITE "HELLO" TO TABLEVAR1 AT 1
END
Thanks
Rick
----
=== At 19 OCT 2001 02:59PM Mike Ruane wrote: ===
Rick-
OSwrite '' on c:\test
OSOPEN "C:\TEST" TO TABLEVAR1 THEN
OSBWRITE "HELLO" TO TABLEVAR1 AT 1
END
Mike
[[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=WORKS_READ&SUMMARY=1&KEY=01B4ADF089C4692085256AEA005D8476|View this thread on the Works forum...]]