Re: [trim][string] Something strange in the Rebol string ? Hi Sunanda, > It's this bug: > > load to-string #"0" > ** Syntax Error: Invalid integer -- 0? > ** Near: (line 1) 0? > [...] > This workaround works for me: > > load copy to-string #"0" > > In your case, try: > > tx2: copy to-string to-char 167 > view layout [text tx2 font-size 40 font-name "symbol"] >
Yes, it works like this. Thank's for the reply. I will add it to the Bug tracker (if not always in) to be sure RT will remind it > Sunanda. > > -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.