Description
- Deletes notes opened from specified category.
Syntax
- Note.DeleteOpenCategory(cat)
Parameters
- cat
- (string) note category
-
Possible Values
- *
- all categories
- a single category name
Examples
- Note.DeleteOpenCategory("clipstore")
- Deletes all notes from category "clipstore" that are open.