nxa.ClearVar
Description
This function can be used to delete a key/value pair within the persistent database.
Signature
bool nxa.ClearVar (string)Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
string | M | name of the variable |
Return
Type | Description |
---|---|
bool | true on success, false otherwise |