up Inquisit Language Reference

start function

Starts a clock in timer or stopwatch mode that has been paused.

Member of

<clock>

Syntax

element.name.start()

Parameters

None.

Examples

The following restarts a stopwatch:

<trial sometrial>
/ ontrialend= [clock.timespent.start();]
</trial>

The following restarts a timer:

<trial sometrial>
/ ontrialend= [clock.timeremaining.start();]
</trial>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.