My current display technique for continuously read numeric values is to store 
the data in an array the size of the display area.  Each time new data is 
available, a loop copies the data from each element of the array to the 
adjacent element to the right.  The new data is then written to the first 
element of the array.  Finally, another loop updates the line positions on the 
form that represent the value of each array element.
 
I want to rework my technique to save the data to a file and allow scrolling 
through the file.  I could simply copy the file data to the array and display 
as before but it seems there should be a more efficient approach.  Does anyone 
have a technique or suggestion to share?
 
TIA - Joe


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to