MMNotes.get()

Description

This function gets the value of the specified key in the specified Design Notes file.

Arguments

fileHandle, keyName

  • The fileHandle argument is the file handle that MMNotes.open() returns.

  • The keyName argument is a string that contains the name of the key.

Returns

A string that contains the value of the key.

Example

See MMNotes.getKeys().