Button handy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Table plus | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
...
Table plus | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
Return Type
true
Example
Code Block |
---|
number [] arr = getAllCommentIds(argv["key"]); for(number x in arr) { JComment cmt = getCommentById(x); runnerLog("Got comment:" + cmt["text"]); } |
...
Button handy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Table plus | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|
...
Table plus | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
true
Code Block |
---|
number [] arr = getAllCommentIds(argv["key"]); for(number x in arr) { JComment cmt = getCommentById(x); runnerLog("Got comment:" + cmt["text"]); } |
...