Answers

Question and Answer:

  Home  Microsoft Consultant

⟩ Tell me when you have a variable declaration like (dim variable1, variable2 as integer) , are they both of integer type?

No. Only variable2 is actually declared as of integer type. Variable1 is declared as of variant type in this case.

 171 views

More Questions for you: