Search:

Type: Posts; User: Gondee

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,605

    Re: Reading a file, then putting it in an array

    That did it. I thought i tried that, but i guess not =)

    Thanks for the help guys! ^:)^
  2. Replies
    5
    Views
    1,605

    Re: Reading a file, then putting it in an array

    public void Read() //Just Reads the File, does not pass anything back
    {
    String test = new String[100];
    int x =0;
    try {
    BufferedReader readout = new BufferedReader(new...
  3. Replies
    5
    Views
    1,605

    Reading a file, then putting it in an array

    For some reason, and I have no idea why. This code doesn't work. I am obviously a newbie to java, and programing in general. But this seems like it would just work. It does so in C++.



    public...
Results 1 to 3 of 3