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

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

From: gregg:pointillistic at: 14-Oct-2008 9:58

Hi John, JD> Here's the result of inserting the 'probe' in the line noted below: JD> #{20} JD> ** Script Error: Expected one of: binary! - not: string! JD> ** Near: (probe substr rec1 (y + j) + 2054 1) > " "
>>>
JD> Does this seem to shed light on whether or not there is a JD> fundamental difference between 2.7.6 and the earlier version   ??? Yes, it explains the error as expected, but doesn't tell us what is different under 2.7.6. If you run the same code under an earlier version, do you get " " from the probe? And, again, what does the source of SUBSTR look like, and how is 'rec1 set? You can add an AS-STRING to the left side to eliminate the error, but that doesn't tell us what the source of the problem is. -- Gregg