output proc
Posted to
tcl
by Vadtec at Wed May 09 13:46:48 GMT 2007
view raw
proc
output { where
text
} {
global
debug
if
{
$debug
} {
if
{
$where
eq "log"} {
putlog
$text
}
else
{
putmsg
$where
$text
}
}
}
Recent Posts
tcl by mookie
2 days ago
tcl by sebres
4 days ago
tcl by iobates
21 days ago
tcl by iobates
21 days ago
tcl by iobates
21 days ago
tcl by FLORENTIS
25 days ago
tcl by Florentis
25 days ago
tcl by schelte
30 days ago
tcl by iobates
30 days ago
tcl by cgm
32 days ago
Submit
New paste
Documentation
From Jabber