Swap Words function

From LabVIEW Wiki
Jump to: navigation, search
Object information
Owning palette(s) Data Manipulation palette
Type Function
Requires Basic Development Environment
Icon Data Manipulation Palette - Swap Words.png

The Swap Words function swaps the high-order 16 bits and the low-order 16 bits for every long integer in data.

For example, if the input in hexadecimal format is 1234567890ABCDEF, this function swaps 1234 with 5678 and 90AB with CDEF, returning 56781234CDEF90AB. The connector pane displays the default data types for this polymorphic function.

Usage

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links