'GoSub' statements are no longer supported
GoSub cannot be used to call a procedure.
Error ID: BC30814
To correct this error
Call procedures directly without using GoSub; for example:
CalculateInterest(Amount, Rate, Time)
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
GoSub cannot be used to call a procedure.
Error ID: BC30814
Call procedures directly without using GoSub; for example:
CalculateInterest(Amount, Rate, Time)