HTBasic Help
×
Menu
Index

LIST BIN

Lists each BIN currently in memory.
 
 LIST BIN [#device-selector]
 
Usage:
LIST BIN
LIST BIN #PRT
 
Example:           LIST BIN.BAS
 
Description:
BIN files implement HTBasic extensions, such as device drivers. The LIST BIN statement prints the name and version number of each BIN currently in memory. If a device selector is given, the output is directed to that device, otherwise it is printed on the current PRINTER IS device.
 
Back-porting
to HP BASIC:
LIST BIN is programmable in HTBasic, but not in HP BASIC.
 
See Also: