IMAGE

Entering data from a string using
 
ENTER L$ USING "Y" 
 
will always use the internal byte ordering of the computer. For PCs and compatibles, the byte ordering is LSB FIRST. For HP Workstations, the byte ordering is MSB FIRST. This limitation applies to ENTER/OUTPUT with strings only. With devices, the byte ordering can be selected in the ASSIGN statement.