Re: can TCL handle large string?
- From: "Jeff Godfrey" <jeff_godfrey@xxxxxxxxx>
- Date: Tue, 30 Aug 2005 15:06:29 GMT
"liudin" <livdin@xxxxxxxxxxx> wrote in message
news:df1qnu$lrj$1@xxxxxxxxxxxxxxxxx
> Hi,
>
> I want to pass a string which length is large than 255 to a function.
> But it seems that tcl chop the string to the limit of 250. Is there any
> way
> in TCL to handle the large string?
There is definitely no such limitation (string max = 250) in the tcl core.
Your problem is elsewhere. If you can post a short code snippet that
illustrates the problem, you're likely to get additional help.
Jeff
.
- References:
- can TCL handle large string?
- From: liudin
- can TCL handle large string?
- Prev by Date: Re: incrementing number added to directory
- Next by Date: Re: incrementing number added to directory
- Previous by thread: can TCL handle large string?
- Next by thread: Re: can TCL handle large string?
- Index(es):
Relevant Pages
|