Perhaps I am not understanding the depth of the question, but it seems to me
that the attached html should show you how to achieve your goal of having a
loop that saves delta times. Read your initial time outside of the loop,
then at each loop iteration read the current time, do the subtraction and
store the result. Using automatic indexing at the output of the loop will
create your array automatically.
Hope this helps...
Jim
"Amy Slaga" wrote in message
news:506500000008000000F12E0000-1003545641000@exchange.ni.com...
> I currently have the current time in milliseconds as a time stamp. I
> thought I could program a loop that would subtract the first current
> time from each but I couldn't make my loop do that. Does anyone know
> how to ma
ke a loop such as this or is there an easier way. Also, my
> time stamp needs to be in the form of a string. This is also causing
> me problems. Any help would be greatly apprecieated.
[Attachment Delta_Timestamp_1.html, see below]