MemoryBlock.UShort

From Xojo Documentation

Method

MemoryBlock.UShort(Offset as Integer) As Integer

Supported for all project types and targets.

Returns an unsigned 16 bit Integer. Offset is in bytes from the beginning of the MemoryBlock.

Notes

Equivalent to MemoryBlock.UInt16Value which you should use instead.