Hello everyone,
I've been using VB, VBA and VBS both as a Windows scripting tool and in a
few
ASP pages as well for a long time now. I've learned to deal with having only
the
variant data type, but that doesn't mean I don't despise it still. Now I am
curious
whether future version(s) will support typing or not. I already know about
.NET
and ASP.NET, where typing is allowed, but I'm talking about VBS as we know
and use it now.
Does anyone know of plans to "upgrade" the scripting language and support
strong typing at any time?
For that matter, does anyone know WHY it was not included in the first
place?
I mean, would it have been THAT hard to implement from the beginning? Sure,
you can accomplish quite a bit the way it is, just not EVERYTHING, and I've
personally had quite a few occasions when variable typing would have made my
job tons easier.
Just curious...