Array Problem - help needed.
Hello, I believe the easiest way is to explain what I am needing...
I am needing to read a text file from a website http://www.thisisnottheactualwebsite.com/members.txt
The information is stored like
iy1175696721
yx1176164740
xm1176351702
And so forth...
I would like to call upon it like member(member[row])
I am sure this is posted somewhere i searched through and found some similar things...
Thanks in advance...
[485 byte] By [
Serokoa] at [2007-11-27 1:16:12]

# 1
> Hello, I believe the easiest way is to explain what I
> am needing...
>
> I am needing to read a text file from a website
> http://www.thisisnottheactualwebsite.com/members.txt
>
> The information is stored like
>
> iy1175696721
> yx1176164740
> xm1176351702
>
> And so forth...
>
> I would like to call upon it like member[i] (member[row])
> I am sure this is posted somewhere i searched through
> and found some similar things...
>
> Thanks in advance...
Not quite sure what it is you want. Have a look at the this URL tutorial:
http://java.sun.com/docs/books/tutorial/networking/urls/index.html
Next time, please post these kind of questions in the "New To Java" section of this forum:
http://java.sun.com/docs/books/tutorial/networking/urls/index.html
Good luck.