Documentation

#DELKEY

DELKEY

Syntax: #DELK varname key
Related: #ADDKEY

Removes the given key from the database variable named varname. Do not specify the @ character before the name of the variable.

DELKEY Example

#DELKEY db Name
Removes the Name property from the database variable @db

Add comment

Login or register to post comments