Results 1 to 2 of 2

Thread: Array Quickie

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 1999
    Posts
    51
    What is the maximum number of elements (upper bound) that a dimension of an array can have?

  2. #2
    Lively Member
    Join Date
    May 1999
    Location
    KC
    Posts
    72

    Arrow

    You can "only" have a little more than 2 billion elements in your array, according to this quote from MSDN Library:

    The upper bound cannot exceed the range of a Long data type (-2,147,483,648 to 2,147,483,647)
    And an array can have up to 60 dimensions.

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