Visual Basic Scripting Edition  

Out of string space

You attempted to create a string object, but could not because you have used up all your system memory. This could be a result of a dynamically allocated array growing too large, or the instantiation of a large number of objects.

To correct this error

See Also

Erase Statement | Dim Statement | Nothing | ReDim Statement | CreateObject Function