Creates a value for use as a return value from a window procedure.
OutputVar := MAKEWORD(ValueLow, ValueHigh)Function Example: word := MAKEWORD(10, 20)
The name of the variable to store the WORD value.
The low-order value.
The high-order value.
MsgBox MakeWord(10, 20)