RecipCopyCount

Use this function to count the number of recipient copies for specified sections and return that number.

Syntax

RecipCopyCount (Recip, Section, Form, Group)

Parameter

Description

Recip

(Optional) Enter the names of the recipients you want included in the count.

Section

Enter the names of the sections you want the function to look through.

Form

(Optional) Enter the names of the forms you want the function to look through.

Group

(Optional) Enter the names of the groups you want the function to look through.

If a recipient has a zero copy count, it is omitted from the total. For instance, if there are three recipients, all with a zero copy count, zero (0) is returned.

Note The recipient list this function uses is the same one that generates the POLFile. The list is not re-generated from the POLFile, therefore if any changes occurred in the POLFile, those changes would not be represented in the internal list.

Example

Here is an example:

RecipCopyCount(Recip,Section,Form,Group)
[ReqType:i_Check]
function=atcw32->ATCLogTransaction
function=atcw32->ATCLoadAttachment
function=dprw32->DPRSetConfig
function=atcw32->ATCUnloadAttachment
function=dprw32->DPRCheck

See also