Hi, I am trying to graph a file without having to use arrays. The file contains so much data that I'm afraid I'll overload the system if I use an array. Does anyone know how to create a graph without having to put the data into an array first? I want to be able to graph the data directly from the file. I'm currently working with GD:Graph, but it requires arrays to plot the information.
Thanks in advance.