This line worked fine in the earlier version of Rebol......but now throws an 
error in Rebol 2.7.6

repeat k 12 [
        nourish: copy []
        if ((substr rec1 (y + j) + 2054 1) > " ") [   <------------- error here
             .........                                             
<------------ rec1 is a 2,096 character recd
             .........

Error msg. from 2.7.6:

** Script Error: Expected one of: binary! - not: string!
** Near: (substr rec1 (y + j) + 2054 1) > " "
>>




      
-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to