Results 1 to 9 of 9

Thread: array lbound ubound

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2009
    Posts
    492

    Resolved array lbound ubound

    I have question,

    I known how to check myArr(x)
    Lbound(myArr)and Uboubd(myArr), result: 0, 2 "mean 0 To 2"


    but I want to check array(y) mean that "0 To 1", any method, please

    please!


    Code:
    ................x......y
    ReDim myArr(0 To 2, 0 To 1) 
    
    myArr(0, 0) = "00"
    myArr(0, 1) = "01"
    myArr(1, 0) = "10"
    myArr(1, 1) = "11"
    myArr(2, 0) = "20"
    myArr(2, 1) = "21"
    Last edited by rpool; Sep 7th, 2012 at 08:35 PM.

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