Category Archives: VBScript

How to access array elements of a VBScript class property (returning an array)

To my surprise it doesn’t seem possible to access array elements when directly referencing a class property in VBScript. This means you cannot do this: Strangely enough it is possible to access the array elements from within the class itself, … Read more

Posted in VBScript | Leave a comment