All it really does is make me have to dim each variable, making it compile badly if I forget to dim a variable.
Are there ANY pros to using it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, it will prevent some types of mistakes.
One of the most obvious ones is if you make a typo and spell the variable name incorrectly, it will flag that the mistyped variable doesn’t exist.