varrm subcommand

The varrm subcommand removes user-defined variables previously created with the varset subcommand.

Format

varrm name

Parameters

Item Description
name Specifies the user variable to remove. Variable names are case sensitive and consist of letters, numbers, and the underscore (_) character.

Other

No aliases.

Examples

The following is an example of how to use the varrm

 subcommand:KDB(0)> varlist 
Slot         Name                             Value
   0         myvar                         kdb_avail 
KDB(0)> varrm myvar 
KDB(0)> varlist 
Slot         Name                             Value 
KDB(0)>