DefaultTranslate

규칙을 건너뛰어 환산을 계산합니다. 이 함수는 애플리케이션 설정을 재정의하며 SubTranslate 규칙에만 사용할 수 있습니다.

구문

HS.DefaultTranslate(dRateForBalanceAccounts, dRateForFlowAccounts, bUsePVAForFlowAccounts, bUsePVAForBalanceAccounts)

표 11-16 DefaultTranslate 함수 구문

매개변수 설명

dRateForBalanceAccounts

환율을 나타내는 숫자입니다.

dRateForFlowAccounts

환율을 나타내는 숫자입니다.

bUserPVAForFlowAccounts

True 또는 False입니다.

bUsePVAForBalanceAccounts

True 또는 False입니다.

반환 값

없습니다.

다음 예에서는 상위 멤버가 United States인 경우 If...Then 문과 End If 문 사이의 명령문이 실행됩니다.

If HS.Parent.Member="UnitedStates" Then
 HS.DefaultTranslate .25, .27, True, False
End If