Re: strings in TcL
- From: "mark anthony" <koyama80@xxxxxxxxx>
- Date: 31 Oct 2006 00:44:20 -0800
Darren New wrote:
Cameron Laird wrote:
[string match #* $data]
My first thought was
if {"#" == [string index $data 0]} {...}
Does that make me an old-timer? :-)
i guess so, since
if {"#" eq [string index $data 0]} {...}
would be 'newer' ;-o
cheers
.
- Follow-Ups:
- Re: strings in TcL
- From: suchenwi
- Re: strings in TcL
- References:
- strings in TcL
- From: vlsi student
- Re: strings in TcL
- From: Cameron Laird
- Re: strings in TcL
- From: Darren New
- strings in TcL
- Prev by Date: Re: Syntax, expressiveness and the beauty of Tcl
- Next by Date: Re: Syntax, expressiveness and the beauty of Tcl
- Previous by thread: Re: strings in TcL
- Next by thread: Re: strings in TcL
- Index(es):