MemInW Function

Returns the status of the specified memory I/O word port. Each word port contains 16 memory I/O bits.

Syntax
MemInW(WordPortNum)

Parameters

WordPortNumber
Specify the word port for I/O.

Return Values
Returns the current status of the memory I/O (long integers from 0 to 65535).

See Also
MemIn, MemOut, MemOutW

MemInW Function Example

Long word0

word0 = MemInW(0)