Tagged Questions
The option-explicit tag has no wiki summary.
3
votes
1answer
814 views
ASP Option Explicit - Paypal Express Checkout trouble
I am facing a big trouble when integrating PayPal Express Checkout in classic ASP.
The code provided by PayPal at the "PayPal Integration Wizard" works perfectly when run without Option Explicit.
...
1
vote
1answer
248 views
Option Strict On disallows late binding with system.array
I have the following code which return wmi information (unknown array)
For Each objMgmt In oquery.Get()
For Each theproperty In objMgmt.Properties
If (TypeOf objMgmt(theproperty.Name) Is ...
1
vote
2answers
105 views
Why is the Return keyword not working in VB.NET? Why is the value of my variable = Nothing?
I have the following functions.
When I call getQueryObject(jsonString) It makes the coll parses the object then returns.
The the assignment to jsonObject is not working. When I start operating on the ...
0
votes
2answers
98 views
I'm not sure what Option explicit means? [closed]
Possible Duplicate:
what’s an option strict and explicit?
Is it about case sensitivity? Complete noob here.