I know this isn't directly vector related, but it will "kind of be" in the
future. (wait a few months and you'll know what I'm talking about)
I'm trying to read in the status port and compare it against a value, but
it's showing some strange behavior.
This doesn't work-
if (_inp(statusreg) == VERSION) { blah blah }
but this does-
test = _inp(statusreg);
if (test == VERSION) { blah blah }
can anybody explain why this behaves this way?
-jeff
Received on Thu Jul 22 11:25:57 1999
This archive was generated by hypermail 2.1.8 : Fri Aug 01 2003 - 00:31:28 EDT