MAKEWORD

Creates a value for use as a return value from a window procedure.


OutputVar := MAKEWORD(ValueLow, ValueHigh)
Function Example: word := MAKEWORD(10, 20)

Parameters

OutputVar

The name of the variable to store the WORD value.

ValueLow

The low-order value.

ValueHigh

The high-order value.

Examples

MsgBox MakeWord(10, 20)