It's this bug:

load to-string #"0"
** Syntax Error: Invalid integer -- 0?­
** Near: (line 1) 0?­

I reported it via REBOL.com feedback recently

The response was:

<<
REBOL Feedback: bug in to-string  [#44q154200]
Thanks for your feedback... That's a suprise bug.
Thanks. We'll get that fixed.
>>

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"]

Sunanda.

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to