ADDKEY

Syntax: #ADDK database-rec key value
Related: #DELKEY

Adds a key-value pair to a database record. Database records are a list of key properties, each with a value. Key must be unique. Any existing value for the given key is replaced with the new value.

ADDKEY Example

#ADDKEY db Name Zugg
Adds the key "Name" to the record with the value of "Zugg"


Contents ADDITEM ALARM