Skip to main content

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

NameTypeDescription

Index

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

Target

A container of binary data.

Thank you for your feedback!

Was this page helpful?