Overview
Write a short (2 bytes) number to the specified memory address. Range: -32768 to +32767.
(number) Address of Memory.
(number) Number of Short.
Nothing.
mem = Memory.Allocate(1024) Memory.PutShort(mem, 65894) Dialog.Message("", Memory.GetShort(mem)) -- Print 65894 Memory.Free(mem)
See also: Related Actions