What are the allowed ranges for the various write operations?
I just stumbled upon a case where writing the maximum possible signed 32 bit integer (2147483647) ends up NOT writing and silently failing to update the numeric register. Remove 1 from that number (2147483646) works just fine.
I would need to know the allowed ranges for ints and floats in registers and also position registers.
Also strings still silently fail to write sometimes.
What are the allowed ranges for the various write operations?
I just stumbled upon a case where writing the maximum possible signed 32 bit integer (2147483647) ends up NOT writing and silently failing to update the numeric register. Remove 1 from that number (2147483646) works just fine.
I would need to know the allowed ranges for ints and floats in registers and also position registers.
Also strings still silently fail to write sometimes.