Xojo.Core.MemoryBlock.UInt8Value
From Xojo Documentation
Method
Xojo.Core.MemoryBlock.UInt8Value(offset As UInteger) As UInt8
Supported for all project types and targets.
Supported for all project types and targets.
Gets an UInt8 value at the specified offset (in bytes). A UInt8 can also be considered a Byte.
Sample Code
Get the bytes from a MemoryBlock: