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