Search:

Type: Posts; User: semispeed

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    623

    Re: An array problem...

    Yes, now it only prints the numbers as i want them to be presented, but i have not come up with the correct way to convert it to floats...

    Now it reads a file and

    Splits out the ";" and...
  2. Replies
    7
    Views
    623

    Re: An array problem...

    Yes, i did the correct way to do a parseFloat, but i just dont know where in the code to do the "conversion" from String to float the right way...



    public class FileRead
    {
    public static...
  3. Replies
    7
    Views
    623

    Re: An array problem...

    Well, i get to the point when i have the terminal presenting each number without the semicolon and that is what i want... But from this point, how do i convert the String from the file to floats...
  4. Replies
    7
    Views
    623

    An array problem...

    I will make a program that read floats from a textfile.
    The floats in the file will be ordered like this on the same row seperated by semicolons: 23.5;355.5;21.3;76.2...

    I have been reading...
Results 1 to 4 of 4