Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    1,302

    Re: how to remove items of an arraylist

    Please post the full text of the compiler's error messages.
  2. Replies
    7
    Views
    1,302

    Re: how to remove items of an arraylist

    Are you saying the compiler can not find those variables?
    Some possible reasons:
    Are they defined?
    Did you spell the names correctly?
    Are the definitions in scope where you are trying to use...
  3. Replies
    7
    Views
    1,302

    Re: how to remove items of an arraylist

    Please explain.
    Post full text of any error messages.
  4. Replies
    7
    Views
    1,302

    Re: how to remove items of an arraylist

    Have you tried testing the kL() method to see what happens when it is executed?
    Create a small test program with an arraylist, call the kL() method to have it remove an element and then print out...
Results 1 to 4 of 4