Insider1984
Technical User
Okay I'm no master of the MCF Dialog based programs but I'm ready to play with simple drawings on a screen. One program I would like to make would draw a real basic graph of the information it found in a file.
For example if I had a file with each line containing a time in seconds
//example
32.1
48.4
54.2
57.8
I can easily read and store these variables in an array and do what I want with them (this part I have down). What I would like to do would be to display a graph using basic box and the value to represent each time in the file.
Any easy functions I can play with?
Thanks for the help! =-)
For example if I had a file with each line containing a time in seconds
//example
32.1
48.4
54.2
57.8
I can easily read and store these variables in an array and do what I want with them (this part I have down). What I would like to do would be to display a graph using basic box and the value to represent each time in the file.
Any easy functions I can play with?
Thanks for the help! =-)