Valhalla Legends Archive

Programming => General Programming => .NET Platform => Topic started by: hismajesty on July 29, 2004, 07:34 PM

Title: [VB] Option Explicit/Strict On/Off
Post by: hismajesty on July 29, 2004, 07:34 PM
Does anybody know the reason for Option Explicit/Strict requiring an argument? I think it's rather silly since, by default, both are off. And, as far as I know, you can't turn it on/off for a certain block of code. So, what's the point of having an argument?