MemoryBlock.Long

From Xojo Documentation

Method

MemoryBlock.Long(Offset as Integer) As Integer

Supported for all project types and targets.

Returns an Integer, four bytes in length. Offset is in bytes from the beginning of the MemoryBlock.

Notes

Equivalent to MemoryBlock.Int32Value, which you should use instead.