Weird Error Msg
- From: "SuNnY" <esunny@xxxxxxxxx>
- Date: 5 Feb 2007 08:30:08 -0800
Hi all !!
I am working on file and string searching. while executing my code , i
am getting this strange error msg. i tried everything but cudnt crack
what tclsh is trying to tell me ...
here is the complete error msg:
list element in quotes followed by "." instead of space
while executing
"foreach Str $TestStr {
set result [string match ABC $Str]
if {$result==1} {
puts $result
}
} "
(procedure "main" line 18)
invoked from within
"main"
(file "TestBedF.tcl" line 55)
thnx for the input and help.
.
- Follow-Ups:
- Re: Weird Error Msg
- From: Bryan Oakley
- Re: Weird Error Msg
- From: suchenwi
- Re: Weird Error Msg
- Prev by Date: Re: A must article for tcl/tk'ers ...
- Next by Date: Re: Weird Error Msg
- Previous by thread: A must article for tcl/tk'ers ...
- Next by thread: Re: Weird Error Msg
- Index(es):
Relevant Pages
|