Text only
|
Text with Images
newLISP Fan Club
Forum => Anything else we might add? => Topic started by: HJH on June 14, 2005, 01:24:41 PM
Title:
print println write-line and ?
Post by:
HJH
on
June 14, 2005, 01:24:41 PM
Hi
there is
print println write-line
but how do I write a string to a file without sending out a standard line termination character?
--HJH
Title:
Post by:
Lutz
on
June 14, 2005, 01:43:30 PM
use 'write-buffer':
http://newlisp.org/downloads/newlisp_manual.html#write-buffer
Lutz
Text only
|
Text with Images