Which of the following is a valid header for a procedure that receives an integer followed by a number with a decimal place?
a. Private Sub CalcFee(intBase As Integer, decRate As Decimal)
b. Private Sub CalcFee(ByRef intBase As Integer, ByRef decRate As Decimal)
c. Private Sub CalcFee(ByVal intBase As Integer, ByVal decRate As Decimal)
d. Private Sub CalcFee(ByValue intBase As Integer, ByValue decRate As Decimal)
Ans: c. Private Sub CalcFee(ByVal intBase As Integer, ByVal decRate As Decimal)
You might also like to view...
Dragging the ____________________ back and forth is a way to test an animation from a symbol's Timeline.
Fill in the blank(s) with the appropriate word(s).
When the mouse button is clicked and held on a tab stop marker on the horizontal ruler, a dotted vertical line is projected down the document to provide a preview of the position of the tab
Indicate whether the statement is true or false
Parameter criteria are always entered within ____.
A. (Parentheses)
B. {Curly brackets}
C. [Square brackets]
D.
A lookup field allows the user to select from a list of values when updating the contents of a field.
Answer the following statement true (T) or false (F)