Skip to content

copy()

Return a copy of the note.

Use this to make a version you can change while leaving the original untouched.

Parameters

Once an object note has been created, you can use the following function:

note.copy()

Returns

return noteCopy

Value Type Description
noteCopy Note A new note with the same attributes as this one.