have you tried something like ... if #" " < first at rec1 2054 + y + j [ ...
where the main point is considering the comparison as chars instead of strings and a secondary point is keeping the constants of a comparison first and ordering your expressions not to need parens. John Dutcher wrote: > 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.
