Results 1 to 5 of 5

Thread: Array, ya

  1. #1

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256

    Array, ya

    arrDudes(1 to 20, 1 to 20, 1 to 20)

    how do I assign to, ya?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  2. #2
    Lively Member Ali G's Avatar
    Join Date
    Nov 2001
    Location
    Staines
    Posts
    120
    wot yous wanting to assign to, aye?

  3. #3
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    Expalin what you are trying to do AYE...
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  4. #4

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Nevermind. I just use UDT instead. Make for easier, ya.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  5. #5
    Fanatic Member
    Join Date
    Sep 2000
    Location
    UK.
    Posts
    728

    Smile Info.

    Check this:
    VB Code:
    1. Dim arrDudes(1 To 20, 1 To 20, 1 To 20) As Integer
    2.  
    3.     'Assign a value
    4.     arrDudes(1, 1, 1) = 12
    5.  
    6.     Debug.Print arrDudes(1, 1, 1)   'Prints 12
    7.  
    8.     arrDudes(12, 2, 9) = 14
    9.  
    10.     Debug.Print arrDudes(12, 2, 9)  'Prints 14

    Laterz
    Digital-X-Treme
    Contact me on MSN Messenger: [email protected]

    [VBCODE]Debug.Print Round(((1097) - ((55 ^ 5 + 311 ^ 3 - 11 ^ 3) _
    / (68 ^ 5))) ^ (1 / 7), 13)[/VBCODE]

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