Skip to end of banner
Go to start of banner

getLastComment

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Description

Gets all the comment properties for the last page comment.

Parameters

Return Type

CComment

The comment representation with the following keys:

Example

CComment [] lastComm = getLastComment(11801);
print("Got comment:" + lastComm.text);

See also

  • No labels