Description
Gets all the comment properties for a given id.
Parameters
Return Type
true
Example
number [] arr = getAllCommentIds(key); for(number x in arr) { JComment cmt = getCommentById(x); runnerLog("Got comment:" + cmt["text"]); }
See also
We've encountered an issue exporting this macro. Please try exporting this page again later.