[REBOL] Re: [trim][string] Something strange in the Rebol string ?
From: didec:tiscali at: 4-May-2004 14:54
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