DeleteSingletonByteOf
Type
statement
Summary
Deletes the byte of data at index Index in Target.
Syntax
delete byte <Index> of <Target>
Description
Replaces the byte at the given index with the empty data.
note
It is an error if Index is out of range.
Parameters
Name | Type | Description |
---|---|---|
Index | An expression which evaluates to a valid integer index of Target. | |
Target | A container of binary data. |