Memory.PutInt64

Memory.PutInt64 ( 

number  Memory,

string  Int64 )

Description

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

Parameters

Memory

(number) Address of Memory.

Int64

(string) Number of Int64.

Returns

Nothing.

Example

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

See also:  Related Actions

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