Search:

Type: Posts; User: JBelg

Search: Search took 0.20 seconds.

  1. Replies
    1
    Views
    1,275

    Re: Help i cant get it to work any ideas thanks

    Hint: Check out class scopes of variables.
  2. Re: how do i split a string into two parts and test if the second part of string is e

    The reason you're getting an ArrayOutOfBoundException is because after using the split on a single word (without spaces) you do not have 2 values in your array, so you should first make sure there...
Results 1 to 2 of 2