Results 1 to 5 of 5

Thread: [RESOLVED] [2005] VB6.CopyArray

  1. #1

    Thread Starter
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    Resolved [RESOLVED] [2005] VB6.CopyArray

    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?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,297

    Re: [2005] VB6.CopyArray

    Um... Array.Copy maybe?

  3. #3
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    Re: [2005] VB6.CopyArray

    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
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

  4. #4

    Thread Starter
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    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!

  5. #5
    PowerPoster sparrow1's Avatar
    Join Date
    May 2005
    Location
    Globetrotter
    Posts
    2,820

    Re: [RESOLVED] [2005] VB6.CopyArray

    Quote 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
    Wkr,
    sparrow1

    If I helped you, don't forget to Rate my post. Thank you

    I'm using Visual Studio.Net 2003 and
    2005
    How to learn VB.Net Create setup with VB 2005 Drawing for beginners VB.Net Tutorials GDI+ Tutorials
    Video's for beginners

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width