Out of Memory

Runtime Errors, Syntax Errors Home home | Other Resources other resources | Advertise with us advertise | Link to us link to us | Contact us contact | Bookmark Us!
Google
 
Where can I find good Windows Web Hosting to host my VBScript Site?
You can find good Windows Hosting which support VBScript, ASP, ASP.Net,VisualStudio.Net and MSSQL at a very reasonable low monthly fee at EasyCGI.com and DiscountASP.Net

Out of Memory

You allocated as much memory as is available in this computer system. 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

  • Use the Erase statement to reallocate dynamic-array storage space.
  • Use the ReDim statement to reallocate storage space.
  • Close any unnecessary applications, documents, or source files that are open.
See Also

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


VBScriptOnline.com - Runtime Errors, Syntax Errors