FixedArray.UBound
Syntax:
Returned value:
Description:
Availability:
Example:
Reg = CalculationRegister.FocalChargesEmployeesOrganization; For K = 0 To Reg.ActualActionPeriod.UBound() Do //processing element of a fixed array EndDo; |
Syntax:
Returned value:
Description:
Availability:
Example:
Reg = CalculationRegister.FocalChargesEmployeesOrganization; For K = 0 To Reg.ActualActionPeriod.UBound() Do //processing element of a fixed array EndDo; |