create_item(text)

Description

This function allow the user to enter a new item into ecco through program control
When created the item_id of the item is returned to the program.

Example

set_folder_value("Instructions",create_item("test item text"),1)
This line will create an item text "test item text" and set the Instructions folder to true.
The Instructions folder in this case is a checkmark folder and the 1 forces it to be checked

Related Rules

create_sub_item()