Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Seems like a View 2.7.6 "if" statement issue ......???

From: jfdutcher1958:yah:oo at: 7-Oct-2008 18:51

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