loading
 
Yang from United States  [2 posts] 16 year
Is there any way to extract the time (in ms) as a variable for export/programming?  I'm using the Display_DateTime module, but it doesn't seem to be storing the time as a variable I can see.

Thanks!
Anonymous 16 year
MS timing is going to be a little tricky. If you want to use just seconds you can set a variable (using the Set_Variable module) to the current time (see NOW in the dropdown list in the Set_Variable module).

For ms timing, you will have to use the VBScript module to run

SetVariable "time_in_ms", Timer

which gives you number of seconds with a fractional part (ie sub second timing).

Hopefully that should give you want you want.

STeven.
Yang from United States  [2 posts] 16 year
That's exactly what I needed.  Thanks!

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index