Multiple Choice
In the following For clause, when you declare the counter variable in a Dim statement at the beginning of a procedure, the counter variable has ____ scope. For counter [As datatype] = startvalue To endvalue [Step stepvalue]
A) procedure
B) local
C) block
D) open
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: A control's _ event occurs when a
Q22: A combo box cannot replace a list
Q23: The purpose of the _ operator is
Q24: In the following For clause, when you
Q25: In the following For clause, you can
Q27: In the following For clause, if the
Q28: You use the _ method to select
Q29: The loop created by a For...Next statement
Q30: Describe the three combo box styles available
Q31: Match each item with a statement below.