Tested with xBuilder beta 9.3, ADEL produces wrong results:
Ella
function main()
Local i, aArr:={1, 2, 3, 4}
For i:=1 To Len(aArr)
?aArr[i]
Next
// shows
// 1
// 2
// 3
// 4
ADel( aArr, 4)
For i:=1 To Len(aArr)
?aArr[i]
Next
// shows
// 1
// 2
// 3
// 4
ADel( aArr, 3)
For i:=1 To Len(aArr)
?aArr[i]
Next
// shows
// 1
// 2
// 4
// NIL
wait "..."
return NIL
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers