up Inquisit Language Reference

memory property

This property reports the total memory on the computer.

Member of

<computer>

Syntax

computer.name.memory

Read Only

Type

integer

Remarks

Examples

The following displays the total memory on the computer (available or not):

<text myText>
/ items= ("correct = <% computer.memory %>")
</text>

The following displays the total memory on the computer (available or not) in an instruction page:

<page myPage>
correct = <% computer.memory %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.