/
getCommentById
getCommentById
Description
Gets all the comment properties for a given id.
Parameters
Return Type
Example
number [] arr = getAllCommentIds(argv["key"]);
for(number x in arr) {
JComment cmt = getCommentById(x);
runnerLog("Got comment:" + cmt["text"]);
}
See also
Peacock
, multiple selections available,
Related content
getCommentById
getCommentById
More like this
getAllCommentIds
getAllCommentIds
More like this
getAllCommentIds
getAllCommentIds
More like this
getCommentsForRequest
getCommentsForRequest
More like this
getLastComment
getLastComment
More like this
getLastComment
getLastComment
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.