![]() ZBasic System Library
180
ZBasic Microcontrollers
Type
Function returning UnsignedLong
Invocation
MakeDword(loWord, hiWord)
Parameter
Method
Type
Description
loWord
ByVal
int16
The value for the low word of the double word value.
hiWord
ByVal
int16
The value for the high word of the double word value.
Discussion
This function returns a value composed of the two word values.
Example
Dim w1 as UnsignedInteger, w2 as UnsignedInteger
Dim ul as UnsignedLong
ul = MakeDword(w1, w2)
Compatibility
This function is not available in BasicX compatibility mode.
See Also
|