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
tcl by oldlaptop
11 days ago
tcl by mookie
17 days ago
tcl by dandyn
24 days ago
tcl by Bradipo
24 days ago
tcl by Bradipo
24 days ago
tcl by oldlaptop
49 days ago
tcl by oldlaptop
49 days ago
tcl by mookie
54 days ago
tcl by mookie
54 days ago
tcl by georgtree
55 days ago
Submit
New paste
Documentation
From Jabber