Next: , Previous: , Up: Routine Groups   [Contents][Index]


11.7 Data Conversion

These routines convert data from one type to another.

endian

To convert data from little-endian to big-endian representation or the other way around.

pointer

To convert to a pointer.

redim

To change the dimensions of an array without modifying or rearranging the data.

swab

To swap adjacent bytes in pairs.

swapb

To swap adjacent bytes in pairs.