Hi there, I searched for a proc that does the work: (it writes from a string to a file)
Is it good to have a ns_proc to do that job? if so here it goes... proc write {filename content} {set f [open $filename w]; puts $f $content; close $f} iuri -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <lists...@listserv.aol.com> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.