getCommentById

Description

Gets all the comment properties for a given id.

Parameters

Return Type

JComment

Example

number [] arr = getAllCommentIds(argv["key"]); for(number x in arr) { JComment cmt = getCommentById(x); runnerLog("Got comment:" + cmt["text"]); }

See also

Filter by label

There are no items with the selected labels at this time.