getLastComment
Description
Gets all the comment properties for the last page comment.
Return Type
The comment representation with the following keys:
Example
CComment [] lastComm = getLastComment(11801);
print("Got comment:" + lastComm.text);
See also
Peacock