Using custom classes in scripts
April 13, 2010
7 comments
In this article I will show how to create and use a custom class within a script. If you program in VBA, VB6 or .NET you might be familiar with building your own classes but you may not know that you can also use them in a script. In case you are wondering what a class is, I will start by briefly discussing that as well. I have to admit that I have only used classes inside scripts a handful of times, but in those situations it proved to be very useful. Read more…