Overview
Writes a float (4 bytes) to the specified memory address. Range: unlimited.
(number) Address of Memory.
(number) Number of Float.
Nothing.
mem = Memory.Allocate(1024) Memory.PutFloat(mem, 72.58) Dialog.Message("", Memory.GetFloat(mem)) -- Print 72.580001831055 Memory.Free(mem)
See also: Related Actions