To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
CONFIGURE BDAT EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
CONFIGURE BDAT Example
CONFIGURE BDAT MSB FIRST ! Will create bdat files for HP BASIC Workstation
CREATE BDAT "test.bdt",20
CAT "test.bdt"
PURGE "test.bdt"
END