◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── MAKESHORT(l, h) The MAKESHORT macro combines two 8-bit values to create a 16-bit integer. Parameter Description ──────────────────────────────────────────────────────────────────────────── l Specifies the low-order 8-bit value of the new integer. h Specifies the high-order 8-bit value of the new integer. See Also MAKELONG, MAKEUSHORT ♦