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

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic

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