Hello all,
I know this is a tuff topic when dealing with VB, but how does one allocate Physical memory in VB for a 100MB array. I know this sounds crazy, but I am stuck on what to do. PLease help.
Thanks
Arty
Software Developer
The Clayton Group
Printable View
Hello all,
I know this is a tuff topic when dealing with VB, but how does one allocate Physical memory in VB for a 100MB array. I know this sounds crazy, but I am stuck on what to do. PLease help.
Thanks
Arty
Software Developer
The Clayton Group
You can't do that directly in VB, but you can allocate the size of your array with something like
Dim MyArray(20, 100) As String