To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
CONFIGURE BDAT - Specifies the byte order for CREATE BDAT.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
CONFIGURE BDAT
Specifies the byte order for CREATE BDAT
CONFIGURE BDAT {MSB | LSB} FIRST
Usage:
CONFIGURE BDAT MSB FIRST
CONFIGURE BDAT LSB FIRST
Example:
CONFIGURE BDAT.BAS
Description:
CONFIGURE BDAT
specifies the byte ordering to use with each BDAT file created after this statement is executed. By default, BDAT files are created with
LSB FIRST
for PCs.
See
CONFIGURE CREATE
.
See Also:
CONFIGURE CREATE
,
CONFIGURE SAVE
,
CONFIGURE SYSTEM
,
CREATE BDAT