getAttachmentIds

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

Peacock