Platforms to show: All Mac Windows Linux Cross-Platform

LoWordMBS(i as Integer) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Math MBS Util Plugin 3.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the low word part of the integer.
Example
MsgBox hex(LoWordMBS(&H12345678)) // shows 5678

equal to bitwiseand(i,&HFFFF)

Some examples using this global method:

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...