Multiple Choice
The statement to declare strName as a variable that can hold character data is _______________.
A) Dim strName As Text
B) Dim strName As Single
C) Dim strName As Word
D) Dim strName As String
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Variables declared within a button's Click event
Q3: In order to execute code before a
Q4: Declaration statements _.<br>A) are only used for
Q5: Which statement is true regarding the <b>CInt</b>
Q6: It's possible to view the order in
Q8: Which of the following has the highest
Q9: A class-level variable _.<br>A) is declared inside
Q10: Which will be displayed in the label
Q11: What will be assigned to the label
Q12: All of the following are advantages of