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
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
2 matches
Mail list logo