![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Bests way to handle lines in files with only a return character?
From: <slebetman@yahoo.com>
Date: Fri Dec 30 2005 - 00:44:32 CET
Keith wrote:
I usualy do something like:
set line [string trim $line]
This way you also handle lines containing spacebars and tabs. It's also
set commentChar "//"
|