> There is no way to stop the sorting process from within the callback > function. And exception entry code is slow. The callback beeing called about > n*log(n) times, I'd rather catch exceptions globally than locally.
Have you profiled this? CodeWarrior uses zero-overhead exceptions, which should execute no additional code unless you actually throw an exception. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
