Documentation on CreateObject("Scripting.Dictionary")

Hi, is there documentation available on what operations we can do in workflow state action VBscript, using CreateObject("Scripting.Dictionary") ?

I can't see anything much on the forums apart from some examples where people have done .Add to insert items to a dictionary list, and .Count to get the quantity, .Exists to check something is within the list
And I can't seem to find anything at all for it in the API documentation

I wanted to find how to blank a list between iterations... I've instead created a Null dictionary with no contents and done: Set oDictionary = oNullDictionary between iterations, which works.

Anyway, is there any documentation on this function?

Many thanks

Parents Reply Children
No Data