Yep, that did the trick. Thanks loads! "John Marshall" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Craig Torell <[EMAIL PROTECTED]> wrote: > > Int16 a = 1; > > Int16 b; > > > > ErrTry > [...] > > ErrCatch(err) > > { > > // Here, a is now 1, and b is garbage, as if they had been > > reinitialized > > Reread what ErrorBase.h says about declaring your variables as volatile. > > John "Yuck. You have to use volatile? Sounds like a good reason > not to use ErrTry... :-)" > >
-- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
