Sorry, the @REC_TIME variable has been removed. It should no longer show up in the help. We will ensure it is removed.
<br>
<br>Instead of depending on the automatic population of variable @REC_TIME, you can calculate the time yourself quite easily.
<br>
<br>Create a variable just prior to your record step, and set it equal to @UNIX_TIME. Then, after the record step, create a variable equal to @UNIX_TIME minus the previously created variable. This will then contain the number of seconds (with millisecond precision) of the recording.
|