Udostępnij za pośrednictwem


'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)
    

See Also

Concepts

Procedures in Visual Basic