PickBASIC / FlashBASIC
u3b user exit
.mdThe u3b user exit returns information about the port.
Syntax
line.status = oconv(code, ’u3b’)
Parameter(s)
| line.status | Port information. | |
| code | Single character that describes the type of information requested, followed by the port number to examine. | |
| a | Returns the ABS base FID. | |
| c | Returns the CPU units currently used. | |
| h | Returns the number of pages printed. | |
| l | Returns the current return stack. | |
| p | Returns decimal PCB FID. | |
| s | Returns the hexadecimal PIB status code. | |