- Code: Select all Expand view
- ATail( aArray ) = xValue
because xHarbour automatically convert it to
- Code: Select all Expand view
- aArray[ -1 ] = cValue
Harbour doesn't compile it complaining
- Code: Select all Expand view
- Error E0022 Invalid lvalue '()'
Any solution? Or do I have to replace all the occurences manually?
EMG