anyone knows what is option strict on is used for? or it means wat?

anyone knows what is option strict on is used for? or it means wat?

With VB, you can implicitly declare variables, which means that you do not have to declare your variables prior to using them. This statement forces you declare all variables prior to using them. If you do not have this statement, vb has to guess at what type of variable it is and you can have misspellings leading to a lot of variables which will make your code bomb.

Chester

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.