M
Mike
Hi,
I generally like to be very tight with my type casting and matching,
so I like the use Option Strict On.
However, I am coming across some needs where I would to turn it off.
As far as I can see, the compiler doesn't support turning it off/on
between code lines.
If this possible?
I guess I can break up the code and put these parts in a new module
where I know the type casting is safe and use Option Strict off but
is it possible with some other method?
Thanks
--
I generally like to be very tight with my type casting and matching,
so I like the use Option Strict On.
However, I am coming across some needs where I would to turn it off.
As far as I can see, the compiler doesn't support turning it off/on
between code lines.
If this possible?
I guess I can break up the code and put these parts in a new module
where I know the type casting is safe and use Option Strict off but
is it possible with some other method?
Thanks
--