Hi,
due to the run-time error in a routine I found a difference between xHarbour and clipper
FUNCTION MAIN()
LOCAL cString := "4327824378924398243789243"
LOCAL nValue := VAL(cString)
? nValue // display ********************
? CHR( nValue ) // at this point a windows error dialog apperas and application continue do run
// until I don't kill it using task manager
RETURN NIL
the same function in clip53b works fine