This property reports the total memory on the computer.
<computer>
computer.name.memory
Read Only
integer
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>