Hi all,
I posted a thread here, introducing myself briefly and asking a question about data tables. Can anyone point me in the right direction please?
Regards,
Shaun.
Printable View
Hi all,
I posted a thread here, introducing myself briefly and asking a question about data tables. Can anyone point me in the right direction please?
Regards,
Shaun.
Hi again,
Someone pointed me in this direction:
Java Read File Line By Line,How to Read File Line By Line in Java
which gives me an example to read a text file. If I use this method, which seems logical, I should be able to write the text file like this:
10,20,23,34,55,444,33,334,43... etc...
I'd then need to convert the text to the next comma and convert it from a string to a integer value.
Any pointers would be nice :-)
Regards,
Shaun.