Quote Originally Posted by agmorgan
This is the only thing in my project that is using the Microsoft.VisualBasic namespace.
VB Code:
  1. RandomNumberArray = VB6.CopyArray(dblX)
Is there a replacement for CopyArray in the .NET framework?
Hi,

Here's a link about the Array.Copy method:

http://msdn2.microsoft.com/en-us/lib...py(d=ide).aspx

Hope it helps,

sparrow1