Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

ResetElapsedTime Function

Overview

The ResetElapsedTime function resets the script base time to the current system tick count.

Syntax/Parameters

Syntax

qword = ResetElapsedTime ( );

Parameters

(none) 

Return Value

Returns a qword containing the current tick count in milliseconds.

Remarks

The ResetElapsedTime function resets the script time base for the purposes of getting the time elapsed since script execution began using the GetElapsedTime function. Note that a qword or long data type should be used to receive the return value since the value will overflow for an integer approximately 24.8 days after the computer is started.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic