![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archive[Tcl8.5a2/Cygwin] What is "BAD ASSUMPTION"?
From: Sektor van Skijlen <ethouris@pl.wp.spamu.lubie.nie.invalid>
Date: Fri May 27 2005 - 21:04:39 CEST
Very strange thing.
Version: tclsh8.5a2
The scripts works correctly, behaves as I expected, produces expected results.
BAD ASSUMPTION
I tried to select the fragment of code, in which it happens, believing that
This is a small fragment, what is in this place:
proc processlines text {
set lines [split $text \n]
foreach par $parlist {
set linesout [processlines $par]
I placed marks in two places. First is just before the instruction, where
First I thought that there is something wrong with the length of text or its
The script is a bit long, so I wouldn't like to send it on the group. The
Regards,
-- // _ ___ Michal "Sektor" Malecki <sektor(whirl)kis.p.lodz.pl> \\ L_ |/ `| /^\ ,() <ethourhs(O)wp.pl> // \_ |\ \/ \_/ /\ C++ bez cholesterolu: http://www.intercon.pl/~sektor/cbx "Java does not have pointers!"Received on Thu Sep 29 14:19:31 2005 |