What is the maximum size of Scripting.Dictionary?

I am trying to find what is the upper limit of Scripting.Dictionary? There is one?

This can be either a limit on the number of elements or memory size. I could not track information about this.

+5
source share
1 answer

Of all that I have ever met (and I seem to be unable to find any documentation to contradict this), the dictionary has no implicit upper limit and is limited only by the amount of available memory.

+4
source

All Articles