%noteGetStat()

Aliases%noteGetStat( )
Parametersobject @entity, string @statName

    Returns the value for a given statName that belongs to the note object.
The entity may be an object pointer or object keyword. The statName may be
any one of the following stat IDs:

content

Example:

@message = %noteGetStat( @o, content )