FixedArray.UBound

Syntax:

UBound()

Returned value:

Type: Number.

Description:

Returns the maximum index of an array element. Matches Count()-1.

Availability:

Thin client, web-client, server, thick client, external connection, Mobile application (client), Mobile application (server).

Example:

Reg = CalculationRegister.FocalChargesEmployeesOrganization;
For 
= 0 To Reg.ActualActionPeriod.UBound() Do
    //processing element of a fixed array
EndDo;


    

1C:Enterprise Developer's Community