Miguel,

Could you please review the following GPF:

//------------------------------------------------------//
PROCEDURE Main()
   dbCreate( 'TestSort', { { 'a', 'C', 1, 0 } } )
   CLOSE

   USE TestSort EXCLUSIVE

   APPEND BLANK
   REPLACE a With 'a'

   APPEND BLANK
   REPLACE a With 'b'

   SORT ON a To Sorted
RETURN
//------------------------------------------------------//

Ron 

------------------------------------------------------------------------------
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to