Out Function
Returns the status of one byte of outputs.
Syntax
Out(portNumber)
Parameters
- portNumber
- Specify the output byte of I/O. The portnum selection corresponds to the following outputs:
Port Number Outputs 0 0-7 1 8-15 ... ...
Return Values
The output status 8 bit value for the specified port.
See Also
Out Statement
Out Function Example
Print Out(0)