Click here to Skip to main content
16,016,678 members

Comments by Member 11273705 (Top 2 by date)

Member 11273705 10-Dec-14 22:30pm View    
Deleted
I want to know when the CalculateFutureValue subroutine is called. Is it the Protected Function or the Dim Dim futureValue As Decimal = Me.CalculateFutureValue
Member 11273705 10-Dec-14 22:29pm View    
Deleted
Protected Function CalculateFutureValue does this call the subroutine or does this Dim futureValue As Decimal = Me.CalculateFutureValue call the subroutine?