How to get string any of arraylist

Discussion in 'Plugin Development' started by paradocs1982, May 14, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    paradocs1982

    Hi aim trying yo get string from list it have to loop till all strings from list have been checked one by one but when i make loop it check one and do same action for all results and i need to check 1st then do action or not then check 2 etc ....
     
  2. Offline

    MrSnare

    I think you need to better explain what you want. It is hard to understand
     
  3. Offline

    Sparaat

    Code:
    for(String s:StringList){
        //Do actions
    }
     
  4. Offline

    paradocs1982

    hehehe thx sparaat its seems i was looking for to complicated solution;p
    topic can be closed.
     
  5. Offline

    timtower Administrator Administrator Moderator

    Locked on request
     
Thread Status:
Not open for further replies.

Share This Page