If you want to use that proc it would be best to include it in a private TCL
library
see http://panoptic.com/wiki/aolserver/Using_the_Tcl_Library

-- Bernhard

2009/2/10 iuri de araujo sampaio <iuri.samp...@gmail.com>

> 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.
>


--
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.

Reply via email to