DeleteSingletonByteOf

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

Deletes the byte of data at index Index in Target.

Parameters
NameTypeDescription
Index

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

Target

A container of binary data.

Description

Replaces the byte at the given index with the empty data.

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

Tagsbinary