Overview
Writes a double (8 bytes) number to the specified memory address. Range: unlimited.
(number) Address of Memory.
(number) Number of Double.
Nothing.
mem = Memory.Allocate(1024) Memory.PutDouble(mem, 72.58) Dialog.Message("", Memory.GetDouble(mem)) -- Print 72.58 Memory.Free(mem)
See also: Related Actions