I'm trying to create my own user defined type in VBScript, but acytually I'm stuck already at the very first line. Typing "private type Results" tells me "expected identifier" at "type", while "type Results" tells me "expected statement" at "type".
So I was wondering if anyone could push me in the right direction here.