Is there anyway to do something like classes in vbscript. I ain’t so good in classic ASP.
Or does anybody have a C# vbscript conversion FAQ.
My problem is that I must consume a webservice in classic ASP and the returntype is an array of a class. In asp.net with C# it’s a piece of cake, because I know how to do it, but how do you do it in classic ASP?
Is there anyway to do something like classes in vbscript. I ain’t so good
Share
You can, but just bear in mind that there is no inheritance.
within your class, the following are the contructor and destructors.
See http://msdn.microsoft.com/en-us/library/4ah5852c%28VS.85%29.aspx