Notes
A collection of notes.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the Note.
Note add( LocationOptions at, Mixed reference, Object withProperties )
Creates a new note.
Parameters
Note item( Mixed index )
Returns the Note with the specified index or name.
Parameters
Note itemByName( String name )
Returns the Note with the specified name.
Parameters
Note itemByID( Number id )
Returns the Note with the specified ID.
Parameters
Note itemByRange( Mixed from, Mixed to )
Returns the Notes within the specified range.
Parameters
Note firstItem()
Returns the first Note in the collection.
Note lastItem()
Returns the last Note in the collection.
Note middleItem()
Returns the middle Note in the collection.
Note previousItem( Note obj )
Returns the Note with the index previous to the specified index.
Parameters
Note nextItem( Note obj )
Returns the Note whose index follows the specified Note in the collection.
Parameters
Note anyItem()
Returns any Note in the collection.
Note everyItem()
Returns every Note in the collection.
String toSource()
Generates a string which, if executed, will return the Note.
Note []( Number index )
Returns the Note with the specified index.