Is there any coding method to get the same goal of using "option explicit" in visual basic ? (i.e. All variable need to be declare explicitly before accessing it.)
It is because I found it will induce many hidden bug if this "feature" is keeping on.