DeleteRangeByteOf

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

Deletes 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

A container of binary data.

Description

Replaces the bytes between the given indices with the empty data.

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

Tagsbinary