Objo.
Feedback Forum Docs Objo Studio
Feedback

Feature #1261

MemoryBlock now supports Double reads and writes

Status
Fixed
Fixed in
v26.8.6
Source discussion
https://forum.objo.dev/d/901-additional-readwrite-methods-for-memoryblock
Last updated
2026-08-29

Upvotes

0 upvotes

Uses your Objo forum account.

Public summary

Add ReadDouble(offset As Integer) As Double and WriteDouble(offset As Integer, value As Double) to MemoryBlock so Objo code can read and write 64-bit IEEE 754 binary64 doubles to and from raw byte buffers, following the block's existing LittleEndian byte-order setting and offset/bounds validation rules.

This makes it possible to work with binary file formats, network payloads, and other packed data that contains doubles without hand-rolling byte shuffling.

Objo.

Build apps visually, deploy anywhere.

Feedback is a public read-only status mirror for Objo Studio.