Search:

Type: Posts; User: Duff

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    3,508

    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,508

    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,508

    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...
  4. Re: How to Grab the HTML source of a website URL

    This is really good, and think it might help me with the application I want to build.

    How could I use this to only pull some information out of a site? for example to filter everything apart from...
  5. Replies
    2
    Views
    5,021

    How to get data from a third party website

    Hi,

    Im trying to do an application to get data from third party websites and the analyse the data.

    So for example I want to get different prices for an item being sold in EBay, then analyse the...
Results 1 to 5 of 5