writing to a file
Posted to
tcl
by tspier2 at Mon Jul 30 22:33:03 GMT 2007
view raw
set
filename "test.txt"
set
fileId [
open
$filename
"w"]
puts
-nonewline
$fileId
$data
close
$fileId
Recent Posts
junk by bcharder
16 days ago
tcl by egavilan
25 days ago
tcl by Stu
27 days ago
tcl by Stu
27 days ago
tcl by oldlaptop
61 days ago
tcl by oldlaptop
61 days ago
tcl by Molnija Bjornsson
66 days ago
tcl by Molnija Bjornsson
66 days ago
tcl by zmoment
66 days ago
tcl by zmoment
66 days ago
Submit
New paste
Documentation
From Jabber