Messenger Plus! Live - Scripting Documentation

The DataBloc::GetAt function reads a single byte (8bits) from the memory block.

Syntax

[number] GetAt(
    [number] Offset
);

Parameters

Offset
[number] Index in the memory block where the value will be read. It must be between 0 and Size-1.

Return Value

A number representing the value of the byte read in the memory block.

This function typically fails for the following reason:

Remarks

Messenger Plus! Live 4.10 and above: the return value is unsigned (ranges between 0 and 255).

Function Information

Object DataBloc
Availability Messenger Plus! Live 4.00

See Also

DataBloc Object, SetAt.