Getting the names of the attachments that are images using @Formula
Ever wanted to get the names of the images in the current document that are attachments? This short code snippet does it in @Formula: allowed:=”jpg” : ”gif” : ”png” : ”bmp”; attNames:=@LowerCase(@AttachmentNames); n:=1; s:=””; @While (n