Hi,
one more Clipper/Harbour compatibility issue. Harbour does not set oErrorObject:Args in case of macro compile syntax error.
Sample:
PROC main()
LOCAL bI
ERRORBLOCK({|e| QOUT(VALTYPE(e:Args))})
bI := &("{|| 'hhh}")
RETURN
Clipper:
A
Harbour:
U
Best regards,
Mindaugas
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour
