Results 1 to 2 of 2

Thread: how to work with arraylists?

  1. #1

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729

    how to work with arraylists?

    i made an array list...
    i did
    [code]
    ArrayList mArray = new ArrayList();
    mArray.Add("one");
    mArray.Add("two");
    [code]

    i did put how to add them to the array...but how do i read them?

  2. #2

    Thread Starter
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    bah never mind...i forgot that in C# we use [] instead of () lol

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