Onetastic Macro Documentation >
>
>
LocalStore_Delete LocalStore_Delete
Deletes the value stored under given key for this macro on the local computer. The value would have been saved by LocalStore_Write function in a previous execution of this macro. See more about this at Storing persistent data.
Syntax
void LocalStore_Delete(String key)
Parameters
- String key
- The key to delete.
|