RangeByteOf

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
byte <Start> to <Finish> of <Target>
Associationscom.livecode.byte
Summary

Designates the bytes of data between indices Start and Finish in Target.

Parameters
NameTypeDescription
Start

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

Finish

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

Target

An expression which evaluates to binary data.

Description

Either locates the bytes between the given indices for use as the target container of another operation, or evaluates the bytes at the given indices as the source of another operation.

Note: It is an error if either Start or Finish are out of range.

Tagsbinary