Memory.GetInt64

number Memory.GetInt64 ( 

number  Memory )

Description

Reads a Int64 (8 bytes) number from the specified memory address. Range: -9223372036854775808 to +9223372036854775807.

Parameters

Memory

(number) Address of Memory.

Returns

(number) Return integer 64 that reads from memory.

ResultVariable

When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.

Example

mem = Memory.Allocate(1024) Memory.PutInt64(mem, "9876974526712182279") Dialog.Message("", Memory.GetInt64(mem)) -- Print 9876974526712182279 Memory.Free(mem)

See also:  Related Actions

Сайт управляется системой uCoz