PreviousNextIndex

GET-BITS function

Interprets one or more consecutive bits in an integer variable or field as an ABL integer value and returns that value.

Syntax

GET-BITS( source , position , numbits ) 

source
position
numbits
Note

This function can return a value greater than 32 bits if source is an INT64.

See also

PUT-BITS statement


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex