I have yet another time related problem. I have a timestamp like this
04/20/04 15:02:34, coming in the 0 place of a text file. After the
timestamp in the text file there is data that is comma delimited. The
text file is being appended every fifteen minutes with data. I am
converting the string to an array to plot the data. I also have the
string (prior to conversion to array) being output onto the front
panel. Is there anyway to just output the last timepoint of the
string? (ie the last line of the string). I would then like to make a
jpeg of the string indicator. I should use "write to jpeg" for this
right.
Thanks for any suggestions.
Matt