Re: can TCL handle large string?




"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


.



Relevant Pages

  • Re: Answers on a postcard to..........
    ... String? ... Antique? ... Jeff ... Prev by Date: ...
    (alt.guitar)
  • Re: can TCL handle large string?
    ... > 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. ... once but it showed up 3 times on the Earthlink news server. ... Prev by Date: ...
    (comp.lang.tcl)
  • Re: #methods and #public_instance_methods
    ... String.instance_methods gives methods on instances of String. ... Hth. ... Prev by Date: ...
    (comp.lang.ruby)
  • Re: file function
    ... Jeff wrote: ... > The documentation doesn't make this clear. ... filetakes the filename (a string) as an argument, ... Prev by Date: ...
    (php.general)
  • can TCL handle large string?
    ... 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. ... Prev by Date: ...
    (comp.lang.tcl)