Re: [xHarbour-developers] Important bug in latest xHarbour from SVN

2012-11-22 Thread Andi Jahja
Thank you for the report. I just committed a fix now. Andi On Thu, 22 Nov 2012 14:19:56 +0100 "Enrico Maria Giordano" wrote: > The following sample demonstrates the problem (worked fine previously): > > FUNCTION MAIN() > > LOCAL cTest := "{ || { " > > LOCAL i > > FOR i = 1 TO 61

[xHarbour-developers] Important bug in latest xHarbour from SVN

2012-11-22 Thread Enrico Maria Giordano
The following sample demonstrates the problem (worked fine previously): FUNCTION MAIN() LOCAL cTest := "{ || { " LOCAL i FOR i = 1 TO 61 cTest += "'', " NEXT cTest += "'' } }" ? LEN( EVAL( &( cTest ) ) ) INKEY( 0 ) RETURN NIL It works with 60 and be