Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: to-char

From: joel:neely:fedex at: 12-Feb-2002 8:52

Hi, Gabriele, Gabriele Santilli wrote:
> >or > > > > charblock: clear [] > > > >work as well for you? > > Oh and BTW, in the second case (and the one used above) you will > have problems if you write something like: > > a: to-charblock "123" > b: to-charblock "456" >
In both cases, I got the following:
>> a: to-charblock "123"
== [#"1" #"2" #"3"]
>> b: to-charblock "456"
== [#"4" #"5" #"6"] What kinds of problems are you referring to? -jn-