Here is the code that prevents the cursor from staying in the center.
Also had a couple other questions if anyone has the time.
Looking at the array constants in the provided code...... Those constants were skimmed from the last 25 elements from a larger array.
I used the originating functions to generate the array.... then
1. I reversed all of them with th ereverse 1D functiontion
2. then fed them into a for loop with indexing enabled, and loop through 25 times.
3. Used the reverse 1D array function on each of the arrays on the right side of the for loop so they were back to cronilogical order
4. Then fed them into the build waveform code.
Is that the (one of the) the fastest ways to get the last 25 elements from multiple 1D array?
I will have data files with years of data being used by this application. What is the best way to open the files and gead the last 50 record sets (each line will be a record set)?
Thanks
Tim C.
1:30 Seconds ARRRGHHH!!!! I want my popcorn NOW! Isn't there anything faster than a microwave!