Hi,
simplified bug code:
===============================
PROC main()
LOCAL nI := 0
FOR nI := nI + 1 TO 10
? nI
NEXT
RETURN
===============================
Compiles OK, with -kc switch, compile error without it:
test153.prg(5) Error E0022 Invalid lvalue 'Numeric'
Regards,
Mindaugas
Mindaugas Kavaliauskas wrote:
seems like optimizer problem. -kc switch fixes code.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour