SingletonByteOf

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
byte <Index> of <Target>
Associationscom.livecode.byte
Summary

Designates the byte of data at index Index in Target.

Parameters
NameTypeDescription
Index

An expression which evaluates to a valid integer index of Target.

Target

An expression which evaluates to binary data.

Description

Either locates the byte at the given index for use as the target container of another operation, or evaluates the byte at the given index as the source of another operation.

Note: It is an error if Index is out of range.

Tagsbinary