This is the only thing in my project that is using the Microsoft.VisualBasic namespace.Is there a replacement for CopyArray in the .NET framework?VB Code:
RandomNumberArray = VB6.CopyArray(dblX)
Printable View
This is the only thing in my project that is using the Microsoft.VisualBasic namespace.Is there a replacement for CopyArray in the .NET framework?VB Code:
RandomNumberArray = VB6.CopyArray(dblX)
Um... Array.Copy maybe?
Hi,Quote:
Originally Posted by agmorgan
Here's a link about the Array.Copy method:
http://msdn2.microsoft.com/en-us/lib...py(d=ide).aspx
Hope it helps,
sparrow1
Thanks :blush:
I still haven't got my head object orientated yet so I don't seem to look in the right place for things in .NET!
No problem, I was glad to help you. :thumb:Quote:
Originally Posted by agmorgan
Wkr,
sparrow1