Problem with writing a line feed with text_io.put

From: Stefan Neumann <stefan.neumann_at_mgi.de>
Date: Wed, 6 Jun 2001 13:11:34 +0200
Message-ID: <3b1e1066_at_194.120.211.23>


i have some binary data which i want to write in a file with text_io.put(file_handle, chr(xxx)).
everything is fine unless xxx is 10 (0Ah). then the put-function inserts instead of 0A the code 0D 0A (inserting automatically a carriage return). Is there a possibility to avoid this automatic conversion or does another write-function exist?
p.s.: the same problem exists with utl_file.put

THANKS FOR HELPING
Stefan Neumann Received on Wed Jun 06 2001 - 13:11:34 CEST

Original text of this message