up Inquisit Language Reference

cpuspeed property

This property reports the clock speed of the system CPU.

Member of

<computer>

Remarks

This is useful for determining whether a given computer is fast enough to run a particular script.

Examples

The following displays the available memory mode:

<text sometext>
/ items= ("correct = <% computer.cpuspeed %>")
</text>

The following displays the application mode in an instruction page:

<page somepage>
correct = <% computer.cpuspeed %>
</page>

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