CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    New Jersey, USA
    Posts
    369

    Question Obtaining Array Length

    I cannot find anything on MSDN on how to get the length of an array? I have an array returned from a Split() function and I thought I could use myarray.length, but it does not work. I do not want to have to perform a loop to count the array size - how do I do it?

    Thank you

  2. #2
    Join Date
    May 1999
    Location
    New Jersey, USA
    Posts
    369

    Talking Answered my own question - UBound()

    Answered my own question - UBound()

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

Featured