:DELETE_VAR

Use the :DELETE_VAR statement to delete one or all lines of values in a static VARA object. Define parameters for the statement to assign values to a particular line and specific columns in the VARA object.

Syntax

:DELETE_VAR VARA object[, Key]

Notes:

Examples

The following example deletes the whole content of a VARA object called DATABASE_MAINTENANCE.

:DELETE_VAR "DATABASE_MAINTENANCE"

The following example deletes only the line with the key Client.

:DELETE_VAR "DATABASE_MAINTENANCE", "Client"

See also:

seealso

GET_SCRIPT_VAR

seealso1

Variables and VARA Objects

Script Elements for Variables and VARA Objects