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

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

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/01b4adf089c4692085256aea005d8476.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1