Hi,
This code:
PRIVATE l1, l2, d, s
REPLACE &L2 WITH d FOR LANGUAGE = L1
REPLACE &L1 WITH s FOR LANGUAGE = L2
does not compile with the error message in subject. It compiles and
works ok in xHarbour. Why? The preprocessed code is the same,
DBEval( {|| _FIELD->&L2 := d}, {|| LANGUAGE = L1},,,, .F. )
DBEval( {|| _FIELD->&L1 := s}, {|| LANGUAGE = L2},,,, .F. )
-- Ph.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour