Reset/empty string ARRAY$ ?


Author Message
Volhout
Guru

Joined: 05/03/2018
Location: Netherlands
Posts: 4809
Posted: 12:06pm 11 Mar 2025      

Integers and floats are 64 bits (8 bytes).
For integers and floats a reserved memory block is used (28kbyte) that is not part of the dynamic heap.
A string up to 8 characters fits inside 64bits, and could become part of this reserved memory block (so it is not part of the dynamic heap).

That is pefectly in line with Captains vatrtable analysis above (March 10 post).

Volhout
Edited 2025-03-11 22:08 by Volhout