[A89] Re: turning calc on and off...


[Prev][Next][Index][Thread]

[A89] Re: turning calc on and off...




Hello!

I'm not sure if this will still work if auto-int 1 is off, but there are a couple of very convenient functions in tigcclib called OSCheckBreak and OSClearBreak that will check if the ON key has been pressed and clear the press afterwards.  What's cool is that OSCheckBreak returns true no matter when ON was pressed, even if it is still not pressed anymore, until OSClearBreak is called.  So you don't have to check it as often as _rowread.  Try it and see if it works!

	James Darpinian




References: