delete chunk

Removes text from a container.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

delete [chunk of] container

# Params

- chunk : A chunk expression specifying a portion of the container. - container : A field, button or variable.

# Examples

delete word 2 of field 1

delete line 6 to 8 of tVariable

# Description

Use the delete chunk command to change the contents of a container.

The delete chunk command is equivalent to the following statement:

put empty into chunk of container

# Tags

# See

- **command:** delete - **glossary:** container