Results 1 to 2 of 2

Thread: Array Space

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Location
    Bristol, England (but heart is in Virginia)
    Posts
    2,949

    Array Space

    Hi,

    Assuming that there will be 101 ranks, what are the relative memory requirements of the two following uses of Arrays, please?


    Dim strArray1(100,5) as string

    strArray1(0,1)="England"
    strArray1(0,2)="Bristol"
    strArray1(0,3)="High Street"
    strArray1(0,4)="31"
    strArray1(0,5)="Jones"


    Dim strArray2(100,5,50,200,200,1)

    strArray(0,1,1,1,1,1,0)="Jones"
    Taxes
    The more I learn about VB.NET the more I like dBaseIII Plus

    The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Dec 2003
    Location
    Bristol, England (but heart is in Virginia)
    Posts
    2,949
    Bump


    Anyone any idea please?
    Taxes
    The more I learn about VB.NET the more I like dBaseIII Plus

    The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.

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