Thank you for the report.
I just committed a fix now.

Andi

On Thu, 22 Nov 2012 14:19:56 +0100
"Enrico Maria Giordano" <e.m.giord...@emagsoftware.it> wrote:

> 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 below.
> 
> EMG


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to