To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
CONFIGURE PRT - Specifies the value of PRT.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
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 IS
PRT
. 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:
DUMP DEVICE IS
,
PRT