Mailtraq - the Complete Email Server
   

Enstar for Mailtraq email server sales & support
Making world-class Internet technology affordable  

Search for:

Advanced search

Write()

Writes a string to a file which is open (via AppendFile() or CreateFile(),) for writing. If the written string contains carriage returns this will result in multiple lines in the target file. Note that such lines will require multiple Read() statements when retrieving them.

Write( handle , string )

handle
The file identifier obtained from a call to AppendFile() or CreateFile()
string
A string of arbitrary length to be written to the file
myfile := CreateFile("output.txt");
Write(myfile, "This is line one\nThis is line two");
CloseFile(myfile)
Mailtraq Highlights...
 SMTP Server     Mailtraq SMTP email server video IMAP Server     Mailtraq IMAP email Server video
 POP3 Server     Mailtraq POP3 email server video Proxy Server     Mailtraq proxy email server video
 Webmail Server     Mailtraq webmail email server video Mailing-list Server     Mailing list email server video
 Groupware Services     Mailtraq groupware email services video Spam and Virus control     Spam and virus control email server video

 

   Copyright © 2003 - 2011 Enstar Ltd, Enstar LLC & Fastraq Ltd. All rights reserved. Privacy policy.
   Mailtraq® is a registered trademark of Fastraq Limited.