HTBasic Help
×
Menu
Index

CONFIGURE PRT

Specifies the value of PRT.
 
 CONFIGURE PRT TO device-selector
 
Usage:
CONFIGURE PRT TO 701
 
Example:      CONFIGURE PRT.BAS
Description:
CONFIGURE PRT specifies the device-selector that the PRT function returns. It also does an implicit DUMP DEVICE ISPRT. For example, the following statements output the message "Hello There" to the printer port (assuming 10 is the printer port ISC).
 
CONFIGURE PRT TO 10
OUTPUT PRT; "Hello There"
See Also: