Hi,
I'm trying to work with classes in VBScript. At the moment, I have an object with a function that searches other objects for an attribute and returns that object. In some cases, it needs to return itself. I tried to assign the return value to 'Me' ala VB, but that apparently isn't available to VBScript. Any suggestions for a workaround? I'm pretty stumped.
Thanks.
I'm trying to work with classes in VBScript. At the moment, I have an object with a function that searches other objects for an attribute and returns that object. In some cases, it needs to return itself. I tried to assign the return value to 'Me' ala VB, but that apparently isn't available to VBScript. Any suggestions for a workaround? I'm pretty stumped.
Thanks.