Navigation bar
  Start Previous page
 144 of 283 
Next page End 139 140 141 142 143 144 145 146 147 148 149  

135
MakeDword
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
Previous page Top Next page