Dear friends, in xHarbour we can write
because xHarbour automatically convert it to
Harbour doesn't compile it complaining
Any solution? Or do I have to replace all the occurences manually?
EMG
ATail( aArray ) = xValuebecause xHarbour automatically convert it to
aArray[ -1 ] = cValueHarbour doesn't compile it complaining
Error E0022 Invalid lvalue '()'Any solution? Or do I have to replace all the occurences manually?
EMG