-
Jul 5th, 2006, 08:58 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] [2005] VB6.CopyArray
This is the only thing in my project that is using the Microsoft.VisualBasic namespace.
VB Code:
RandomNumberArray = VB6.CopyArray(dblX)
Is there a replacement for CopyArray in the .NET framework?
-
Jul 5th, 2006, 09:00 AM
#2
-
Jul 5th, 2006, 09:51 AM
#3
Re: [2005] VB6.CopyArray
 Originally Posted by agmorgan
This is the only thing in my project that is using the Microsoft.VisualBasic namespace.
VB Code:
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
-
Jul 5th, 2006, 10:04 AM
#4
Thread Starter
Frenzied Member
Re: [RESOLVED] [2005] VB6.CopyArray
Thanks
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!
-
Jul 5th, 2006, 10:14 AM
#5
Re: [RESOLVED] [2005] VB6.CopyArray
 Originally Posted by agmorgan
Thanks
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.
Wkr,
sparrow1
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|