"Stringer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED].;
>
...
> Actually the only problem I see here is your desire to handle
> exceptions globally.  This is a case where you need to handle the
> exception locally or just use error checking.  And that's generally
> a good idea when you are writing a function called by a function
> you have no control over.  You should try and recover from the
> error so the sort can continue.

Otoh, it would generally be a good idea for a function which is
doing a job by (repeatedly) calling a function that it has no control
over allowing for an error state to be asserted by the called function.
(i.e. the callback used by SysQSort should be able to return a code
which would abort the sorting)


--
-Richard M. Hartman
[EMAIL PROTECTED]

186,000 mi/sec: not just a good idea, it's the LAW!



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to