DeleteLastByteOf

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

Deletes the last byte in Target.

Parameters
NameTypeDescription
Target

A binary data container.

Description

Replaces the last byte in Target with the empty data.

Note: It is an error if Target is the empty data.

Tagsbinary