![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I need to read from a file that contains both text and numbers and store them as individual values in an array......If they are numbers I need to use them to plot graphs(y axis) and the text (dates: "oct31") will serve as the values for the x axis........ I have code that reads the entire file and stores it as text but I need to serve some of the values as integers.
Replies:
|
Sponsored Links
|