Previous Next

SET-BYTE-ORDER statement
Sets an internal indicator designating the byte-order of the data pointed to by the MEMPTR variable.
Note:
Syntax 
 
SET-BYTE-ORDER( memptr ) = integer-expression 
memptr
An expression that returns a MEMPTR.
integer-expression
An expression that returns an integer value that will be used to indicate the byte-ordering of the data in the memory to which the MEMPTR points. integer-expression must be one of the reserved keywords defined in Table 62 or its corresponding value. If integer-expression is not valid, ABL generates an error.
 
Notes 
*
*
See also 
GET-BYTE-ORDER function

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.