Hi,
with harbour I get a strange compiler error in this line
with xHarbour it´s compiling fine.
Does anyone has an idea why it does not compile with harbour ?
with harbour I get a strange compiler error in this line
aPair := Â { {"Sun",8}, {"Mon",1}, {"Tue",57}, {"Wed",-6} }
ASORT( aPair,,, {| x, y | x[2] < y[2] } ) // syntax error at "["with xHarbour it´s compiling fine.
Does anyone has an idea why it does not compile with harbour ?
kind regards
Stefan
Stefan