Search:

Type: Posts; User: Duff

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    3,502

    Re: String manipulation help

    Thanks for the great help!

    Ive tried this:



    for (int i = 0; i < populationArray.size(); i++)
    {
    for (int j = 0; j < individualSize; j++)
    {
  2. Replies
    7
    Views
    3,502

    Re: String manipulation help

    Ive tried this. is this what you meant?
    Im getting an error at
    if (populationArray.get .charAt(j) = "0")

    ERROR: unexpected type. required variable. found value

    ...
  3. Replies
    7
    Views
    3,502

    String manipulation help

    Hi,

    I have a problem with some code im working on, which I'll explain now:

    I have an ArrayList<String> which holds multiple strings.

    Each string consists of 64 characters, randomly being a...
Results 1 to 3 of 3