-
Topic
-
Hi,
This is a very basic question, but I can’t find the answer. Maybe someone here can help me.
How do I create a new file on the (local) filesystem and write plain text to it?
I have written a tool to import about 50 address book, and I sent the logging to an administrator. But the logging is too big for a messagebody, so I want to create a log file and sent it as an attachment.
A simple solution as I used to use in earlier versions of (Visual) Basic is
open “file” for output as #1
print #1 “My log entry”
close #1but this results in compile errors in Formativ.
Who can help me?
Kind regards,
Roland Leurs
Viewing 6 replies - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.