project QadFinancials > class BFixedAssetDepreciation > method GetTotalSumDigits

function returns integer


Parameters


iiFAAssetBookLifeCycleinputinteger


Internal usage


QadFinancials
method BFixedAssetDepreciation.DepreciationTypeDigits


program code (program6/bfixedassetdepreciation.p)

do viCounter = 1 to iiFAAssetBookLifeCycle:
    assign viSumDigits = viSumDigits + viCounter.
end.

return viSumDigits.