Re: strings in TcL
- From: "suchenwi" <richard.suchenwirth-bauersachs@xxxxxxxxxxx>
- Date: 31 Oct 2006 03:18:09 -0800
mark anthony schrieb:
if {"#" eq [string index $data 0]} {...}
would be 'newer' ;-o
if {[string match #* $data]} {...}
would be simpler, however, and that's why I prefer it :^)
.
- References:
- strings in TcL
- From: vlsi student
- Re: strings in TcL
- From: Cameron Laird
- Re: strings in TcL
- From: Darren New
- Re: strings in TcL
- From: mark anthony
- strings in TcL
- Prev by Date: Re: strings in 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):