<div dir="ltr">Hi all,<br><br>I'm working on an integration of E-Prime 2 Standard edition with an EEG signal recorder, and I found a problem with time measurement:<br><br>With E-Prime I can see the start time once the experiment is finished in the E-Data for example, but it comes with the format "dd/mm/yyyy HH:MM:SS". The problem is that I need to know milliseconds of start time too or the experiment won't worth it at all.<br><br>I looked at Now() and Time$, and both return a Date object with the previous format.<br><br>Trying to find a solution I though that maybe if I use <br>      myDate = DateAdd("s",3,Now()) <br>and after it<br>      While Now()  < myDate<br>      Wend<br>I could force the start 3 seconds later, but after test it I realized milliseconds are taken too although it doesn't show them.<br><br>Does anyone now how to create a Date with only HH:MM:SS.00000000... or a better solution? <br><br><br>Thanks in advance!<br></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:e-prime+unsubscribe@googlegroups.com">e-prime+unsubscribe@googlegroups.com</a>.<br />
To post to this group, send email to <a href="mailto:e-prime@googlegroups.com">e-prime@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/ce2ef063-c704-4f18-a3df-5c76af3986b5%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/e-prime/ce2ef063-c704-4f18-a3df-5c76af3986b5%40googlegroups.com</a>.<br />
For more options, visit <a href="https://groups.google.com/d/optout">https://groups.google.com/d/optout</a>.<br />