LiveCode BuilderStatementsDeleteLastByteOfOn this pageDeleteLastByteOf Type statement Summary Deletes the last byte in Target. Syntax delete the last byte of <Target> Description Replaces the last byte in Target with the empty data. noteIt is an error if Target is the empty data. Parameters NameTypeDescriptionTargetA binary data container.