[A89] Re: _rowread()
[Prev][Next][Index][Thread]
[A89] Re: _rowread()
John David Ratliff wrote:
> INT_HANDLER int1 = GetIntVec(AUTO_INT_1);
>
> SetIntVec(AUTO_INT_1,DUMMY_HANDLER);
>
> ... do code here (like GrayOn(), etc...)
>
> // DO NOT EXIT THE PROGRAM WITHOUT DOING THAT OR THE CALC WILL BECOME
> UNUSABLE!!!!
> SetIntVec(AUTO_INT_1,int1);
>
> John David Ratliff
> jdratlif@cs.indiana.edu
>
I have this problem that even when I restore auto int 1 the calc is unusable!
The program seems to just start and it hits the auto int one and stops! then
goes to the home screen
Follow-Ups:
References: