Creates a LONG value by concatenating the specified values.
OutputVar := MAKELONG(ValueLow, ValueHigh)Function Example: Long := MAKELONG(10, 20)
The name of the variable to store the LONG value.
The low-order value.
The high-order value.
MsgBox MakeLong(10, 20)