Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need help in declaring variable of type IInputDistribution.
I also could not declare an array of variable length, but I overcame by declaring a really big array.
In the API refrence there is a comment that the object must be declared of that type, but I cant figure out how,
Thanks
Shilpa Saboo.
I would say the type of IInputDistribution meant only that the field must be a input-field. I'm not sure but I think variable array lengths aren't posible within vbscript but you could of course counts your lengths several times and REDIM your array: Dynamic Arrays – VBScript.
- Marcus
Have talked to Support about this. This is a bug and they no longer support the function. It is not going to be fixed in future realeses too.