Skip to content

copy()

Return a copy of the phrase.

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

Parameters

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

phrase.copy()

Returns

return newPhrase

Value Type Description
newPhrase Phrase A new phrase with the same notes and attributes as this one.