MemoryBlock.Short

From Xojo Documentation

Method

MemoryBlock.Short(Offset as Integer) As Integer

Supported for all project types and targets.

Returns a signed 16-bit Integer. Offset is in bytes from the beginning of the MemoryBlock.

Notes

This is equivalent to MemoryBlock.Int16Value which you should use instead.