Skip to end of banner
Go to start of banner

getAttachmentIds

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description

Sometimes you may wish to refer to the exact id of the attachment. This is how you get them

Parameters

Return Type

int []

Returns an array of attachment ids

Example

integer [] attach = getAttachmentIds("TP-222", "jpg");
for(int a in attach) {
    runnerLog(a);
}

See also

We've encountered an issue exporting this macro. Please try exporting this page again later.
  • No labels