InformationRegisterRecordSet.<Information register name>.Count

Syntax:

Count()

Returned value:

Type: Number.

Description:

Obtains the number of records in the set.

Availability:

Server, thick client, external connection, Mobile application (server).

Example:

For IndexOf = 0 To RatesSet.Count()- Do
    RateDate = RatesSet[IndexOf].Period;
    CurRate   = RatesSet[IndexOf].Rate; 
    Message("Rate for " + RateDate + " - " + CurRate + " roub.");
EndDo
;


    

1C:Enterprise Developer's Community